]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Remove logically dead code assignment
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 4 May 2019 00:09:54 +0000 (20:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 May 2019 09:05:19 +0000 (05:05 -0400)
commitb705b4578e4d7e26d3397444e4c9cd3c6f6afd45
tree5045c117f183a8c019623e4fcbfb5509b35cf72f
parent4bb55bbecc67b33c4f72bf88f6f9c73330a1f44a
bgpd: Remove logically dead code assignment

The label value is set to MPLS_LABEL_NONE at the start
of the function and we never modify it, testing it for
BGP_PREVENT_VRF_2_VRF_LEAK equality will never be true

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