]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Display all vrf aware interface config
authorChirag Shah <chirag@cumulusnetworks.com>
Mon, 27 Nov 2017 21:59:19 +0000 (13:59 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Mon, 4 Dec 2017 22:54:28 +0000 (14:54 -0800)
commitc7fd72d2f7ef84f27db9a7e4263bbaa5e6c48c35
tree6927d665980b3a39de51b7c2218f8eaabfd9acca
parentd17ea5225bb520a94af1b149c26e1807b929ebf1
ospfd: Display all vrf aware interface config

OSPF interface specific configuration can be done independent
of router ospf [vrf x] global config.
In cases where ospf interface non default vrf configuration
is done prior to 'router ospf vrf x', show running-config
would not display such configuration.

To display configuration now walk all vrfs and interface list
and only display where OSPF configure params are set.

Ticket:CM-18952
Testing Done:
Tried ospf interface specific configuration with VRF,
where router ospf vrf x is not present.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
ospfd/ospf_vty.c