]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: enhanced capability is always turned on for interface based peers
authorDonald Sharp <sharpd@nvidia.com>
Tue, 3 May 2022 16:51:21 +0000 (12:51 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 4 May 2022 11:51:14 +0000 (07:51 -0400)
commit8e89adc1edfb4200843e1cbbff1404172bebd9e5
tree02313ad1775ff7ad809ca95fe9d3203fba834df7
parentbf81632610b5c88b5fc4cd2e2ee67f65c527ae13
bgpd: enhanced capability is always turned on for interface based peers

FRR is displaying that the peer enhanced capability command is not
turned on when the interface is part of a peer group.  Saving the
config and then reloading actually turns it off.

Fix the code so that FRR does not display the enhanced capability
for interface based peers.

Fixes: #11108
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_vty.c