]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Remember that we can run device syncer without kernel syncer
authorMartin Mares <mj@ucw.cz>
Mon, 29 Mar 1999 20:33:45 +0000 (20:33 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 29 Mar 1999 20:33:45 +0000 (20:33 +0000)
and vice versa now.

sysdep/linux/netlink/krt-iface.h
sysdep/linux/netlink/netlink.c

index 53167c86ed2d8b1fe5214f33ec62f8cf3206b423..38177b999cc4eacf5d0c8ecec433b7367e0fd581 100644 (file)
@@ -20,7 +20,6 @@ struct krt_if_status {
 };
 
 static inline void krt_if_preconfig(struct kif_config *c) { };
-static inline void krt_if_start(struct kif_proto *p) { };
 static inline void krt_if_shutdown(struct kif_proto *p) { };
 static inline void krt_if_io_init(void) { };
 
index 0849e79ff50f36902da699d2d05957de2387b62b..00736eceb7dc380d84010534094f71c716f1eb2d 100644 (file)
@@ -805,3 +805,9 @@ void
 krt_scan_shutdown(struct krt_proto *p)
 {
 }
+
+void
+krt_if_start(struct kif_proto *p)
+{
+  nl_open();
+}