diff options
author | Russ White <russ@riw.us> | 2018-07-24 17:55:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-24 17:55:08 +0200 |
commit | bbc7adf1b4c9a7af4dbcd5c37200f6e02aeabc87 (patch) | |
tree | 278eb0aa23e4f4cf34170d768626b893c8c33999 /lib/zclient.h | |
parent | Merge pull request #2707 from opensourcerouting/fix-srcdest-netlink-read (diff) | |
parent | bgpd: support evpn nd ext community (diff) | |
download | frr-bbc7adf1b4c9a7af4dbcd5c37200f6e02aeabc87.tar.xz frr-bbc7adf1b4c9a7af4dbcd5c37200f6e02aeabc87.zip |
Merge pull request #2665 from chiragshah6/evpn_dev
bgpd: support evpn nd ext community
Diffstat (limited to 'lib/zclient.h')
-rw-r--r-- | lib/zclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 10a172301..49419b3df 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -448,6 +448,8 @@ enum zapi_iptable_notify_owner { /* Zebra MAC types */ #define ZEBRA_MACIP_TYPE_STICKY 0x01 /* Sticky MAC*/ #define ZEBRA_MACIP_TYPE_GW 0x02 /* gateway (SVI) mac*/ +#define ZEBRA_MACIP_TYPE_ROUTER_FLAG 0x04 /* Router Flag - proxy NA */ +#define ZEBRA_MACIP_TYPE_OVERRIDE_FLAG 0x08 /* Override Flag */ struct zclient_options { bool receive_notify; |