summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_area.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 03:03:40 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 03:03:40 +0200
commitca1f4309e6dfbbed7823ff76160c0b2401a58115 (patch)
tree8b9d6170e8bf94182517a24c30579eb9cb367105 /ospf6d/ospf6_area.h
parentospf6d: ospfv3-abr-ecmp-support.patch (diff)
downloadfrr-ca1f4309e6dfbbed7823ff76160c0b2401a58115.tar.xz
frr-ca1f4309e6dfbbed7823ff76160c0b2401a58115.zip
ospf6d: ospfv3-stub-area-support.patch
Support stubby and totally stubby areas in OSPFv3 Signed-off-by: Dinesh G Dutt <ddutt at cumulusnetworks.com> Reviewed-by: Pradosh Mohapatra <pmohapat at cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_area.h')
-rw-r--r--ospf6d/ospf6_area.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h
index 691186906..3b752d948 100644
--- a/ospf6d/ospf6_area.h
+++ b/ospf6d/ospf6_area.h
@@ -46,6 +46,9 @@ struct ospf6_area
struct ospf6_route_table *summary_prefix;
struct ospf6_route_table *summary_router;
+ /* Area type */
+ int no_summary;
+
/* OSPF interface list */
struct list *if_list;