]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Display nssa in show running-config
authorChirag Shah <chirag@cumulusnetworks.com>
Sun, 26 Nov 2017 06:12:46 +0000 (22:12 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Sun, 26 Nov 2017 20:53:44 +0000 (12:53 -0800)
commit2643b2bc9d6e3082845884ded0b27552cc90116c
treed68a5bedd83bfffa8f31e2c0d0a71bf1a8711f09
parent6d1ac638f69edd04bbde181530d7457b101576b0
ospfd: Display nssa in show running-config

Display area x.x.x.x nssa configuration in
running-config. Using nssa translate candiate (default)
case to display 'area x nssa'.

Ticket:CM-18947
Reviewed By:
Testing Done:
Tried various combinations of nssa config,
verified show running-config ospfd output

router ospf
 area 2.2.2.2 nssa
  area 2.2.2.2 nssa no-summary

router ospf
 area 2.2.2.2 nssa translate-always
  area 2.2.2.2 nssa no-summary

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