Author: adrian.chadd
Date: Sun Feb 22 16:11:48 2009
New Revision: 13835
Modified:
playpen/LUSCA_HEAD_bgp/libsqbgp/TODO
Log:
Update what I should do to the BGP code.
Modified: playpen/LUSCA_HEAD_bgp/libsqbgp/TODO
==============================================================================
--- playpen/LUSCA_HEAD_bgp/libsqbgp/TODO (original)
+++ playpen/LUSCA_HEAD_bgp/libsqbgp/TODO Sun Feb 22 16:11:48 2009
@@ -2,3 +2,11 @@
in various places where it should just be driven in bgp_core.c !
Untangle this mess.
+* break out the bgp_read() code and the message dispatch stuff.
+ The caller (bgpconn) should be able to just do bgp_read() to put some
+ data in the buffer, then bgp_get_message() over and over again.
+ It can then drive the FSM how it wants; the RIB addition/deletion
+ can happen in the bgpconn code, leaving bgp_core for FSM, and bgp_packet
+ for building/parsing BGP stuff.
+
+
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---