]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/zclient.h
bgpd: support evpn nd ext community
[mirror_frr.git] / lib / zclient.h
index ad98b8db8776d39d7bd2f65839184e5dc4893f57..7c045f62f1bc897347758e3e151a32fb8a58108f 100644 (file)
@@ -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;