]> git.proxmox.com Git - mirror_frr.git/commit
OSPF: Add support to multi-area to Router Info.
authorOlivier Dugeon <olivier.dugeon@orange.com>
Fri, 26 Oct 2018 17:12:41 +0000 (19:12 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 9 Nov 2018 09:09:47 +0000 (10:09 +0100)
commitddd73a968dc61766b6a44442c0bccd7ff0a643a8
tree228365f0477115012e2ae36bf37b2181558c57ae
parent2379dbecbd3b56ef1affc9127b8eb44f61d591fa
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>
doc/user/ospfd.rst
ospfd/ospf_memory.c
ospfd/ospf_memory.h
ospfd/ospf_ri.c
ospfd/ospf_ri.h