]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: rework jhash algorithm for bgp_pbr_match entries
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 2 Jul 2018 14:48:48 +0000 (16:48 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 24 Jul 2018 10:17:57 +0000 (12:17 +0200)
commit9717d3e5b882b969d7d803fb13e20e8e44643824
tree93765cc115001a571a95d967d3a65ba1a2070e7a
parent064a9d52e95bf082e07a3d7a2aef6f268e757106
bgpd: rework jhash algorithm for bgp_pbr_match entries

Instead of relying on jhash_1word for some parameters that are not 32
bit size, the jash(pointer, len) function is used.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_pbr.c