~brightbox/bird/debian-packaging

« back to all changes in this revision

Viewing changes to sysdep/linux/krt-sys.h

  • Committer: Ondřej Surý
  • Date: 2013-11-25 14:59:24 UTC
  • Revision ID: git-v1:a3c058b8752bd98df2231ac88d94931fdb4e0c65
New upstream version 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
static inline void kif_sys_init_config(struct kif_config *c UNUSED) { }
28
28
static inline void kif_sys_copy_config(struct kif_config *d UNUSED, struct kif_config *s UNUSED) { }
29
29
 
 
30
static inline struct ifa * kif_get_primary_ip(struct iface *i) { return NULL; }
 
31
 
30
32
 
31
33
/* Kernel routes */
32
34