]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: Fix distance command
authorChirag Shah <chirag@cumulusnetworks.com>
Mon, 12 Feb 2018 04:17:11 +0000 (20:17 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Mon, 12 Feb 2018 05:00:29 +0000 (21:00 -0800)
commitf89a449b5f109668bfcbc823db855244dfa7e170
tree2adb950c929d39fe9fe332b93251b34229a1d8dd
parent420016643c6c19e88d900af524c7c65931c17fbd
ospf6d: Fix distance command

Reset prevoiusly configured distance command options
if user enters new (different) parameters.

Ticket:CM-19635
Reviewed By:
Testing Done:

R1(config-ospf6)# distance ospf6 intra-area 55 external 55
R1#show running-config ospf6d
router ospf6
 distance ospf6 intra-area 55 external 55

R1(config-ospf6)# distance ospf6 inter-area 55
R1#show running-config ospf6d
router ospf6
 distance ospf6 inter-area 55

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