diff options
| author | Russ White <russ@riw.us> | 2018-05-08 20:03:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-08 20:03:48 -0400 |
| commit | bf16dbf1de4a258c69b2beaf6b7e65f3a1c70586 (patch) | |
| tree | 51dd359142efd8cc64d05cc55176a20d1daf9e0a /ospf6d/ospf6_area.h | |
| parent | 35481c03c341a56a8fb57a1acd1824f7c71b97ec (diff) | |
| parent | a2d0055aac3725eb253f3c07f33624a8a3eb15ca (diff) | |
Merge pull request #2173 from chiragshah6/ospfv3_dev
ospf6d: fix area border router duplicate
Diffstat (limited to 'ospf6d/ospf6_area.h')
| -rw-r--r-- | ospf6d/ospf6_area.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index eaf3e5c6de..ba497a168e 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h @@ -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; |
