]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_vxlan_private.h
zebra: install flood FDB entry only if the remote VTEP asked for HER
[mirror_frr.git] / zebra / zebra_vxlan_private.h
index 96e135c18884f49bac5315f545b23c20fa06df42..40e7640cd1ef05ccabb8b582b2ec2f01381389c8 100644 (file)
@@ -52,6 +52,10 @@ struct zebra_vtep_t_ {
        /* Remote IP. */
        /* NOTE: Can only be IPv4 right now. */
        struct in_addr vtep_ip;
+       /* Flood mode (one of enum vxlan_flood_control) based on the PMSI
+        * tunnel type advertised by the remote VTEP
+        */
+       int flood_control;
 
        /* Links. */
        struct zebra_vtep_t_ *next;