Age | Commit message (Expand) | Author |
2004-02-01 | put v6 cruft into session_up() while beeing there... claudio ok | Henning Brauer |
2004-01-31 | rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG | Henning Brauer |
2004-01-30 | -enable md5sig on the listening socket | Henning Brauer |
2004-01-29 | enable tcp md5sig om the connecting socket when md5sig is configured for that | Henning Brauer |
2004-01-28 | improve logging | Henning Brauer |
2004-01-28 | KNF | Henning Brauer |
2004-01-28 | catch SIGINT here as well so we can properly shut down if ^C'ed in debug mode | Henning Brauer |
2004-01-28 | STOP events for all sessions before we exit. | Henning Brauer |
2004-01-28 | repair the bind() in session_connect; only used if local-addr was specified | Henning Brauer |
2004-01-28 | improve logging | Henning Brauer |
2004-01-28 | we need a pfkey_init the gets us a PF_KEY socket before we drop privs | Henning Brauer |
2004-01-28 | call pfkey_auth_establish() on START events | Henning Brauer |
2004-01-27 | use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and | Henning Brauer |
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 |