]> git.puffer.fish Git - mirror/frr.git/commit
bgp: remove duplicate command installs 7089/head
authorPat Ruddy <pat@voltanet.io>
Wed, 10 Jun 2020 13:39:37 +0000 (14:39 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 11 Sep 2020 16:26:24 +0000 (18:26 +0200)
commitb0610ff7271eb72b69d50e6850ad9f3fb84dd62d
treea706a1560bf8e6bbb8cc511d789888d4c82e6dc1
parent370fb8f819edda7e1a740ed2b4ffdb7fe86b46bb
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