From e16155ae4aaee5d9ba7b6940f8312b36707718e4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 Mar 1999 18:36:18 +0000 Subject: KRT: Implemented asynchronous route / interface state notifications (via Netlink). Tweaked kernel synchronization rules a bit. Discovered locking bug in kernel Netlink :-) Future plans: Hunt all the bugs and solve all the FIXME's. --- sysdep/linux/krt-scan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep/linux/krt-scan.c') diff --git a/sysdep/linux/krt-scan.c b/sysdep/linux/krt-scan.c index 4660682..9d19f71 100644 --- a/sysdep/linux/krt-scan.c +++ b/sysdep/linux/krt-scan.c @@ -127,6 +127,7 @@ krt_parse_entry(byte *ent, struct krt_proto *p) e = rte_get_temp(&a); e->net = net; + e->u.krt_sync.src = KRT_SRC_UNKNOWN; krt_got_route(p, e); } -- cgit v1.2.3