]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/interface.h
ospfd: free unreachable router LSA node so that it is not left unreachable
[mirror_frr.git] / zebra / interface.h
index 54ad91a0b21ce9dfbc95347b44b3adae04cdf25e..f3f41b90c5c418a1fc9b281ce81de598a88cc4aa 100644 (file)
@@ -130,7 +130,10 @@ struct zebra_if {
        bool mpls;
 
        /* Linkdown status */
-       bool linkdown;
+       bool linkdown, linkdownv6;
+
+       /* Is Multicast Forwarding on? */
+       bool v4mcast_on, v6mcast_on;
 
        /* Router advertise configuration. */
        uint8_t rtadv_enable;