bird/proto/bgp
Ondrej Zajicek (work) ed1a908e53 BGP: Fix memory leak in graceful restart code
Prefix and bucket tables are initialized when entering established state
but not explicitly freed when leaving it (that is handled by protocol
restart). With graceful restart, BGP may enter and leave established
state multiple times without hard protocol restart causing memory leak.
2016-11-25 11:51:38 +01:00
..
attrs.c BGP: Fix memory leak in graceful restart code 2016-11-25 11:51:38 +01:00
bgp.c BGP: Fix memory leak in graceful restart code 2016-11-25 11:51:38 +01:00
bgp.h BGP: Fix memory leak in graceful restart code 2016-11-25 11:51:38 +01:00
config.Y BGP: Support for large communities 2016-10-03 12:48:56 +02:00
Doc BGP documented. 2000-06-04 17:06:18 +00:00
Makefile Construction of BGP packets. 2000-03-21 15:53:50 +00:00
packets.c Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00