diff options
| author | Russ White <russ@riw.us> | 2018-07-24 11:55:08 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-24 11:55:08 -0400 | 
| commit | bbc7adf1b4c9a7af4dbcd5c37200f6e02aeabc87 (patch) | |
| tree | 278eb0aa23e4f4cf34170d768626b893c8c33999 /zebra/zebra_vxlan_private.h | |
| parent | 3f95d922580635804ef11f019dd7fb888ef20060 (diff) | |
| parent | 68e331515e90422ec3c9e8c2ede74e3157460d31 (diff) | |
Merge pull request #2665 from chiragshah6/evpn_dev
bgpd: support evpn nd ext community
Diffstat (limited to 'zebra/zebra_vxlan_private.h')
| -rw-r--r-- | zebra/zebra_vxlan_private.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vxlan_private.h b/zebra/zebra_vxlan_private.h index 354126ca5d..e86967041b 100644 --- a/zebra/zebra_vxlan_private.h +++ b/zebra/zebra_vxlan_private.h @@ -331,6 +331,7 @@ struct zebra_neigh_t_ {  #define ZEBRA_NEIGH_REMOTE    0x02  #define ZEBRA_NEIGH_REMOTE_NH    0x04 /* neigh entry for remote vtep */  #define ZEBRA_NEIGH_DEF_GW    0x08 +#define ZEBRA_NEIGH_ROUTER_FLAG 0x10  	enum zebra_neigh_state state;  | 
