Author: adrian.chadd
Date: Sun Feb 22 14:21:01 2009
New Revision: 13825
Modified:
playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_core.c
Log:
Appropriately create/destroy/clean the RIB.
Modified: playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_core.c
==============================================================================
--- playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_core.c (original)
+++ playpen/LUSCA_HEAD_bgp/libsqbgp/bgp_core.c Sun Feb 22 14:21:01 2009
@@ -116,6 +116,7 @@
{
bi->state = BGP_IDLE;
/* free prefixes */
+ bgp_rib_clean(bi->rn);
/* ensure no as path entries exist in the hash! */
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---