]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zserv.h
Merge pull request #5706 from mjstapp/fix_nh_debug_show
[mirror_frr.git] / zebra / zserv.h
index 708ff1e226cf94a2eed480c976e533fa1fd997c9..d8d82a52ec47bab8765843ba94351734211fed23 100644 (file)
@@ -99,6 +99,13 @@ struct zserv {
        uint8_t proto;
        uint16_t instance;
 
+       /*
+        * Interested for MLAG Updates, and also stores the client
+        * interested message mask
+        */
+       bool mlag_updates_interested;
+       uint32_t mlag_reg_mask1;
+
        /* Statistics */
        uint32_t redist_v4_add_cnt;
        uint32_t redist_v4_del_cnt;
@@ -139,6 +146,7 @@ struct zserv {
        uint32_t v6_nh_watch_rem_cnt;
        uint32_t vxlan_sg_add_cnt;
        uint32_t vxlan_sg_del_cnt;
+       uint32_t error_cnt;
 
        time_t nh_reg_time;
        time_t nh_dereg_time;