]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: remove bogus change in attrhash_key_make()
authorJorge Boncompte <jbonor@gmail.com>
Fri, 4 Aug 2017 17:33:15 +0000 (19:33 +0200)
committerJorge Boncompte <jbonor@gmail.com>
Fri, 4 Aug 2017 17:33:15 +0000 (19:33 +0200)
commit5ddb31a1fffca4a5a767cd7cf06ef7a7b6ca17ae
treeb1cd2684744b8782eaea6e171544a6e8df0c7758
parent6b22ae607fdb224858d81667ff722b00daf9a822
bgpd: remove bogus change in attrhash_key_make()

Commit c8e7b895 ("bgpd: use Jenkins hash for BGP transit, cluster and
attr hashes") changed attrhash_key_make() to use Jenkins hash, commit
c8f3fe30 ("bgpd: Remove AS Path limit/TTL functionality") introduced
a bogus change with a snippet of code that was deleted in the first
one.

Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
bgpd/bgp_attr.c