]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_area.h
zebra: Convert socket interface to use `union sockunion`
[mirror_frr.git] / ospf6d / ospf6_area.h
index eaf3e5c6de73659f1384002b8e178c06fbc02757..ba497a168e987b9ed3d60a897e0cc6b67e30482b 100644 (file)
@@ -50,6 +50,9 @@ struct ospf6_area {
        /* Area type */
        int no_summary;
 
+       /* Brouter traversal protection */
+       int intra_brouter_calc;
+
        /* OSPF interface list */
        struct list *if_list;