From: Anuradha Karuppiah Date: Wed, 1 Apr 2020 01:44:54 +0000 (-0700) Subject: linux: UAPI for neigh sync X-Git-Tag: base_7.6~525^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3a059b045ad74aac8a2e77ccea362aef9ee975c1;p=matthieu%2Ffrr.git linux: UAPI for neigh sync kernel header files for neigh sync support Signed-off-by: Anuradha Karuppiah --- diff --git a/include/linux/neighbour.h b/include/linux/neighbour.h index 33c17af1cc..c06fe708f7 100644 --- a/include/linux/neighbour.h +++ b/include/linux/neighbour.h @@ -31,6 +31,7 @@ enum { NDA_PROTOCOL, /* Originator of entry */ NDA_NH_ID, NDA_NOTIFY, + NDA_EXT_FLAGS, __NDA_MAX }; @@ -49,6 +50,10 @@ enum { #define NTF_STICKY 0x40 #define NTF_ROUTER 0x80 +/* Neighbor Cache Entry extended flags, part of NDA_EXT_FLAGS attribute */ +#define NTF_E_WEAK_OVERRIDE_STATE 0x01 +#define NTF_E_MH_PEER_SYNC 0x02 + /* * Neighbor Cache Entry States. */