]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: fix redistribute running config 1695/head
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 30 Jan 2018 15:42:28 +0000 (07:42 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Tue, 30 Jan 2018 18:05:20 +0000 (10:05 -0800)
commit29ab3b60d12b7fd42d7f941abba1e162b9cd9b3c
tree9f37fd1f3442bb1f0da0575afb87bf81eda79479
parent08951735bd9cf05a0abdd1a1c2eb17fca2043618
ospfd: fix redistribute running config

Testing:
CL(config)# router ospf
CL(config-router)# redistribute static metric-type 2
CL(config)# router ospf
CL(config-router)# default-information originate always metric-type 2

show running output
router ospf
 redistribute static
 default-information originate always
!

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