]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/ospf/ospf.h
Extends multipath support for OSPF.
[thirdparty/bird.git] / proto / ospf / ospf.h
index 66719e306b2a9a783d8ffd0756fcfd9edebb343d..e705b88b9f2bd3d61360218cc9ee90852a320a3a 100644 (file)
@@ -81,6 +81,7 @@ struct ospf_config
   unsigned tick;
   byte rfc1583;
   byte stub_router;
+  byte merge_external;
   byte abr;
   int ecmp;
   list area_list;              /* list of struct ospf_area_config */
@@ -777,6 +778,7 @@ struct proto_ospf
   struct fib rtf;              /* Routing table */
   byte rfc1583;                        /* RFC1583 compatibility */
   byte stub_router;            /* Do not forward transit traffic */
+  byte merge_external;         /* Should i merge external routes? */
   byte ebit;                   /* Did I originate any ext lsa? */
   byte ecmp;                   /* Maximal number of nexthops in ECMP route, or 0 */
   struct ospf_area *backbone;  /* If exists */