Author: adrian.chadd
Date: Mon Feb 23 23:02:26 2009
New Revision: 13859
Modified:
playpen/LUSCA_HEAD_bgp/libsqbgp/TODO
Log:
TODO comment.
Modified: playpen/LUSCA_HEAD_bgp/libsqbgp/TODO
==============================================================================
--- playpen/LUSCA_HEAD_bgp/libsqbgp/TODO (original)
+++ playpen/LUSCA_HEAD_bgp/libsqbgp/TODO Mon Feb 23 23:02:26 2009
@@ -2,12 +2,7 @@
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.
+* Actually implement a BGP FSM now!
* This implementation stores only the last ASN for now, rather than the
whole
path. Yes, the whole path would be much nicer, esp. to be able to build
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---