summaryrefslogtreecommitdiff
path: root/ospfd/ospf_memory.h
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2018-10-26 19:12:41 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-11-09 10:09:47 +0100
commitddd73a968dc61766b6a44442c0bccd7ff0a643a8 (patch)
tree228365f0477115012e2ae36bf37b2181558c57ae /ospfd/ospf_memory.h
parent2379dbecbd3b56ef1affc9127b8eb44f61d591fa (diff)
OSPF: Add support to multi-area to Router Info.
Router Information needs to specify the area ID when flooding scope is set to AREA. However, this authorize only one AREA. Thus, Area Border Router (ABR) are unable to flood Router Information Opaque LSA in all areas they are belongs to. The path implies that the area ID is no more necessary for the command 'router-info area'. It remains suported for compatibility, but mark as deprecated. Documentation has been updated accordingly. Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to 'ospfd/ospf_memory.h')
-rw-r--r--ospfd/ospf_memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_memory.h b/ospfd/ospf_memory.h
index 50c6f33ecf..861de64c25 100644
--- a/ospfd/ospf_memory.h
+++ b/ospfd/ospf_memory.h
@@ -51,6 +51,7 @@ DECLARE_MTYPE(OSPF_IF_INFO)
DECLARE_MTYPE(OSPF_IF_PARAMS)
DECLARE_MTYPE(OSPF_MESSAGE)
DECLARE_MTYPE(OSPF_MPLS_TE)
+DECLARE_MTYPE(OSPF_ROUTER_INFO)
DECLARE_MTYPE(OSPF_PCE_PARAMS)
DECLARE_MTYPE(OSPF_SR_PARAMS)
DECLARE_MTYPE(OSPF_EXT_PARAMS)