]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: show running-config displays also srgb on some cases
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 16 Feb 2022 16:26:53 +0000 (17:26 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 Mar 2022 14:18:34 +0000 (15:18 +0100)
commit7bd1ec94906d6cf0409d0fd34ef2eaac2c49651d
tree3c8ab788d0d075adeccc00d832d01c23a676456c
parent052a0cd0257f751cc1fec4d3972b179916ae9c63
ospfd: show running-config displays also srgb on some cases

The following configuration:
router ospf
 segment-routing global-block 16000 23999 local-block 1000 2000
!

appears in the 'show running-config' like below:

router ospf
 local-block 1000 2000
!

When there are custom Adjacencies, display the SRGB even if SRGB
has the default settings.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
ospfd/ospf_sr.c