]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_vrf.h
isisd: implement the 'lsp-too-large' notification
[mirror_frr.git] / zebra / zebra_vrf.h
index ef02ca63e5269170f878ee27336f823b95815b3e..c28025403b48fbb184269e200b58a2588af251fa 100644 (file)
@@ -125,6 +125,13 @@ struct zebra_vrf {
        /* l3-vni info */
        vni_t l3vni;
 
+       bool dup_addr_detect;
+
+       int dad_time;
+       uint32_t dad_max_moves;
+       bool dad_freeze;
+       uint32_t dad_freeze_time;
+
        /*
         * Flooding mechanism for BUM packets for VxLAN-EVPN.
         */