diff options
author | Maria Matejka <mq@ucw.cz> | 2022-01-26 21:16:19 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-03 10:30:33 +0100 |
commit | 127862f626f39d52b758084931e0fbdc91db745c (patch) | |
tree | 6047220bdce8262b52a80305750d2f17cf4759ff /nest/iface.h | |
parent | 0f6ea957541dc59b15f4e8a42e9ed006345a2a70 (diff) |
Asynchronous neighbor notifications fixes
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h index 5deb5432..6e8c8448 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -153,6 +153,7 @@ typedef struct neighbor { #define NEF_STICKY 1 #define NEF_ONLINK 2 #define NEF_IFACE 4 /* Entry for whole iface */ +#define NEF_NOTIFY_MAIN 0x100 /* Notify from main_birdloop context */ neighbor *neigh_find(struct proto *p, ip_addr a, struct iface *ifa, uint flags); |