]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Running config to display VRF aware OSPF
authorChirag Shah <chirag@cumulusnetworks.com>
Sun, 26 Nov 2017 01:26:00 +0000 (17:26 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Sun, 26 Nov 2017 02:26:31 +0000 (18:26 -0800)
commit88d771091b532ada60d2ca12038275d6e7bc0ac3
tree74cad8ecc83e7fe26f286734449a5ee73c501113
parent6d1ac638f69edd04bbde181530d7457b101576b0
ospfd: Running config to display VRF aware OSPF

show running-config to display VRF aware ospf instances
even if VRF is not active. This will allow the user to
configured ospf instances configurations even if VRF is not
active. 'show ip ospf vrf all' does not display until VRF
is active.

Ticket:CM-18949
Reviewed By:
Testing Done:
Configure non-default vrf aware ospfs with prior vrf devices
configured.
All vrf aware 'router ospf' displayed in running-configuration.
Disable one of the vrf device still all vrf aware 'router ospf'
displayed in running-config, but 'show ip ospf vrf all' does
not display for which VRF is not active.

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