diff options
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 66719e30..e705b88b 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -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 */ |