]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix some evpn hash key creation
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 Jan 2018 14:55:28 +0000 (09:55 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 3 Feb 2018 16:33:13 +0000 (11:33 -0500)
commit5a1b3fb5ae7a7a1253de8039eb6d5f9798c55c82
tree60a2d12f8fd9eebcd27529a761e8c3fde9e6d525
parent8ef6371e1f426cd75aec70c8bf3b061f46c40e13
bgpd: Fix some evpn hash key creation

The creation of a hash key should use a jhash
function instead of adding the char's together.

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