]> git.puffer.fish Git - matthieu/frr.git/commit
bgp: remove duplicate command installs
authorPat Ruddy <pat@voltanet.io>
Wed, 10 Jun 2020 13:39:37 +0000 (14:39 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 21 Sep 2020 16:07:20 +0000 (18:07 +0200)
commit2383a00ef324ce495c03844eb8b6805cc8455208
tree77c49c3a45d2b7f08ec2e01246cafd5574cf47cb
parent3b54a93d9d702ebe63e7b7373335c1c50226ef2e
bgp: remove duplicate command installs

[no_]neighbor_nexthop_self_cmd & [no_]neighbor_nexthop_self_force_cmd
have duplicate install_element actions on the EVPN_NODE. This causes
duplicate command log errors which are caught by topotests. Remove
these.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
bgpd/bgp_vty.c