]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zserv.h
zebra: Ethernet segment management and support for MAC-ECMP
[mirror_frr.git] / zebra / zserv.h
index f2a4523818a4a0c956c3f784ccb74bf8c0a7b264..e904460782ccd68d343ad1a794924b6881745d80 100644 (file)
@@ -194,6 +194,10 @@ struct zserv {
        uint32_t v6_nh_watch_rem_cnt;
        uint32_t vxlan_sg_add_cnt;
        uint32_t vxlan_sg_del_cnt;
+       uint32_t local_es_add_cnt;
+       uint32_t local_es_del_cnt;
+       uint32_t local_es_evi_add_cnt;
+       uint32_t local_es_evi_del_cnt;
        uint32_t error_cnt;
 
        time_t nh_reg_time;