diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:24:44 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:24:44 +0200 |
commit | 431aa9f906144968a9ca6c127da292f46ffa242e (patch) | |
tree | 6df913ebd816eab27400538fb9a4e2846b152fa8 /bgpd/bgp_main.c | |
parent | When an LSA is flushed we need to update the timestamps for them. This (diff) | |
download | frr-431aa9f906144968a9ca6c127da292f46ffa242e.tar.xz frr-431aa9f906144968a9ca6c127da292f46ffa242e.zip |
Enable support for BGP IPV6 multipath.
Signed-off-by: Ayan Banerjee <ayan@cumulusnetworks.com>
Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com>
Reviewed-by: Scott Feldman <sfeldma@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 5026b5eaa..b0ba06fd6 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -301,6 +301,8 @@ bgp_exit (int status) zclient_free (zlookup); if (bgp_nexthop_buf) stream_free (bgp_nexthop_buf); + if (bgp_ifindices_buf) + stream_free (bgp_ifindices_buf); /* reverse bgp_master_init */ if (master) |