]> 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 5569711aa7837d06ac54179261a6ec0d9333e36a..f3f41b90c5c418a1fc9b281ce81de598a88cc4aa 100644 (file)
@@ -129,6 +129,12 @@ struct zebra_if {
        /* MPLS status. */
        bool mpls;
 
+       /* Linkdown status */
+       bool linkdown, linkdownv6;
+
+       /* Is Multicast Forwarding on? */
+       bool v4mcast_on, v6mcast_on;
+
        /* Router advertise configuration. */
        uint8_t rtadv_enable;