]> git.puffer.fish 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>
Mon, 20 Aug 2018 16:33:38 +0000 (18:33 +0200)
commit31ef5e23c09cb5d3a29fb5896514f244eb2326a4
tree880d0de94d284a59470d9985a990467c4c8ec8a6
parentc6453ccdbd7de3ab407fd226935c616c07875f44
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