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. --- nest/route.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nest') diff --git a/nest/route.h b/nest/route.h index 243dcfa..2bcc2b5 100644 --- a/nest/route.h +++ b/nest/route.h @@ -140,6 +140,9 @@ typedef struct rte { struct { } bgp; #endif + struct { /* Routes internally generated by krt sync */ + int src; /* Alleged route source (see krt.h) */ + } krt_sync; } u; } rte; -- cgit v1.2.3