]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Ensure that evpn_vtep_ip_cmp actually returns useful data 3179/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 15 Oct 2018 15:48:03 +0000 (11:48 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 15 Oct 2018 15:48:03 +0000 (11:48 -0400)
commitce1677906e9db258aebc74793d4c027c74e31ec5
tree001f01042cfad430a455d69fc7ffb0278e7ed4ee
parent644657850ac5315478fbd14fb706c1c85fa8eae1
bgpd: Ensure that evpn_vtep_ip_cmp actually returns useful data

The evpn_vtep_ip_cmp function must return positive and negative
numbers for when we are doing sorted linked list inserts.

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