Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-20 | more from the castathon; imsg_compose takes void * now so get rid of the casts | Henning Brauer | |
2003-12-20 | few missing break; in default: cases in switch; one noticed by tedu@ | Henning Brauer | |
2003-12-20 | spacing | Theo de Raadt | |
2003-12-20 | parent: waitpid() for the child processes on exit | Henning Brauer | |
2003-12-20 | keep track which process we are so fatal() can log in which proc the | Henning Brauer | |
condition happened. fatal()s from subsystems used by all 3 processes like the imsg subsystem were hard to track down without knowing in which process the condition happened. | |||
2003-12-20 | read(2)/write(2) return ssize_t, not size_t | Henning Brauer | |
2003-12-17 | send reconf requests to the RDE as well and handle them there; syncing peer | Henning Brauer | |
data with RIB missing use same message in RDE and SE for consistency | |||
2003-12-17 | welcome, bgpd | Henning Brauer | |
started by me some time ago with moral support from theo, the proceeded up to the point where the session engine worked correctly. claudio jeker joined then and did a lot of work in the RDE. it is not particulary usefull as application right now as parts are still missing but is imported to enable more people to work on it. status: BGP sessions get established fine, OPEN messages and then KEEPALIVEs exchanged etc. session FSM works fine; NOTIFICATIONs are handled fine, and all connection drops etc I provoked get handled fine. Incoming UPDATE messgages are parsed well and the data entered to the RIB, the decision process is not yet there, neither is outgoing UPDATEs or sync to the kernel routing table. not connected to the builds yet. |