]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_interface.h
Merge pull request #5549 from donaldsharp/automated
[mirror_frr.git] / ospfd / ospf_interface.h
index cde52dbb9e3c21904692f09b45459a9e8c53f0ce..4b3dbcc5c27284e4fe1c051e6676f373a035874c 100644 (file)
@@ -117,6 +117,8 @@ struct ospf_if_info {
        struct route_table *oifs;
        unsigned int
                membership_counts[MEMBER_MAX]; /* multicast group refcnts */
+
+       uint32_t curr_mtu;
 };
 
 struct ospf_interface;