]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Remove peer->hash as that it is unused 1650/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 17 Jan 2018 19:17:15 +0000 (14:17 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 17 Jan 2018 19:17:15 +0000 (14:17 -0500)
commit48a67e2c0a3958faa38fedfd54a1964c1d4c1688
tree236602cb384d4698a292096687ae9d87b542d026
parent7c0c85a2eba6132302c70541a1e4393a1e798dd8
bgpd: Remove peer->hash as that it is unused

The peer->hash pointer is allocating a bunch of memory
but is never used.  Remove.

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