Age | Commit message (Expand) | Author |
2004-01-23 | make sure to only use the accept()ed connection of there is no other existing | Henning Brauer |
2004-01-23 | sync comments with reality and properly log accept() errors | Henning Brauer |
2004-01-22 | make log_peer_* take a struct peer_config instead of the session engine | Henning Brauer |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer |
2004-01-22 | log_peer_err -> log_peer_warn | Henning Brauer |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer |
2004-01-13 | Better update error handling. Ensure that the session goes down and | Claudio Jeker |
2004-01-11 | Add to the IMSG_SESSION_UP message the local and remote address of the | Claudio Jeker |
2004-01-11 | clean up setting the poll events a bit. no functional changes. | Henning Brauer |
2004-01-11 | new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and | Henning Brauer |
2004-01-11 | once the tcp session is established use gettsockname/getpeername to get | Henning Brauer |
2004-01-10 | re-enable sending outgoing updates | Henning Brauer |
2004-01-10 | we are only interested in POLLOUT for a session socket when we either | Henning Brauer |
2004-01-10 | disable sending UPDATEs for now; it triggers som blocking bug... | Henning Brauer |
2004-01-10 | i buy a break; | Henning Brauer |
2004-01-10 | send out UPDATE messages to the peer(s) that we receive from the RDE | Henning Brauer |
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-09 | we must ignore SIGPIPE. | Henning Brauer |
2004-01-07 | handle global vs peer-specific holdtime in a nicer and reload-friendlier | Henning Brauer |
2004-01-07 | don't try to be smart after config reloads and try to detect wether | Henning Brauer |
2004-01-06 | two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on the | Henning Brauer |
2004-01-06 | initialize new peers inline instead of looping through 'em initing each | Henning Brauer |
2004-01-06 | in session_dispatch_msg, in the loop where we suck the messages out of the | Henning Brauer |
2004-01-06 | allow holdtime and holdtime min to be configuered per peer | Henning Brauer |
2004-01-06 | properly punish oscillating neighbors. | Henning Brauer |
2004-01-06 | rename our StartTimer to IdleHoldTimer as per draft-ietf-idr-bgp4-23 | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker |
2004-01-04 | cope with poll error | Henning Brauer |
2004-01-04 | err, on receival of keepalives increase the keepalive counter, not the update | Henning Brauer |
2004-01-04 | keep seperate message counters for open/update/keepalive/notification | Henning Brauer |
2004-01-04 | -new imsg CTL_RELOAD | Henning Brauer |
2004-01-04 | allow "show neighbor" to be limited to one specific neighbor | Henning Brauer |
2004-01-04 | in the SE, keep the remote router-id in network byte order, just like | Henning Brauer |
2004-01-03 | keep track of last session up/down and last successfull read | Henning Brauer |
2004-01-03 | add message counters | Henning Brauer |
2004-01-03 | decouple the peer list from bgpd_config. | Henning Brauer |
2004-01-03 | change imsg_read semantics so that the number of bytes read is returned. | Henning Brauer |
2004-01-01 | listen on a AF_LOCAL socket for imsgs too. | Henning Brauer |
2004-01-01 | now that imsg_get uses bigger buffers, one read call can put more than one | Henning Brauer |
2003-12-30 | small logic error in session_open/_keepalive/_notification (yes, the same in | Henning Brauer |
2003-12-30 | we should not access ressources in a peer strcut 2 lines after we | Henning Brauer |
2003-12-30 | no empty default: cases in switch, gcc3 complaints via espie@ | Henning Brauer |
2003-12-30 | typos from david | Henning Brauer |
2003-12-28 | redo the imsg readers to use bigger buffers and less read(2)s. should increase | Henning Brauer |
2003-12-27 | few fatal()s should really be fatalx() | Henning Brauer |
2003-12-26 | let imsg_get and imsg_compose not fatal() but return errors upstream. | Henning Brauer |
2003-12-26 | when this project started and i added the fatal() function, I made it take | Henning Brauer |