]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: always display keepalive/hold intervals
authorTrey Aspelund <taspelund@nvidia.com>
Mon, 27 Jun 2022 23:20:33 +0000 (23:20 +0000)
committerTrey Aspelund <taspelund@nvidia.com>
Mon, 27 Jun 2022 23:37:21 +0000 (23:37 +0000)
commit9b1b96233d7204263d409ea6c504b316af9e533f
tree02c728219f2247ab8738ec4af1c64c950e7cd30d
parentf646c17a4349a2439230980bdae70b58b34b862c
bgpd: always display keepalive/hold intervals

`show bgp neighbors <peer> [json]` was only displaying the configured
keepalive and holdtime intervals when they differed from the default
values.  Since default config is still config, let's make sure these
values are always displayed.

Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
bgpd/bgp_vty.c