]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: peer groups should not toggle interface based nht tracking 11145/head
authorDonald Sharp <sharpd@nvidia.com>
Tue, 3 May 2022 19:24:28 +0000 (15:24 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 4 May 2022 11:51:20 +0000 (07:51 -0400)
commit28168b1bf6f13a6ffe19934299518c07d8557770
treea3951abdd45df2ae3820afcb74f198ef3131d4b3
parentc4786405b5503277a4e6e05674eadcc389451a9e
bgpd: peer groups should not toggle interface based nht tracking

Peer groups when various forms of `bgp capability extended-nexthop`
is entered on them are toggling the nexthop tracking status of peers
in their peer group.  This is ok when the peer is not interface based.
But it is not ok when the peer is interface based as that it will turn
off the ability of FRR to properly work with that peer type.

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