Age | Commit message (Expand) | Author |
2004-01-10 | use writev(2) to get as many messages out at once as possible. | Henning Brauer |
2004-01-10 | re-enable sending outgoing updates | Henning Brauer |
2004-01-10 | Implement as path prepends. At least one prepend is needed for ebgp | Claudio Jeker |
2004-01-10 | we may only write after a POLLOUT, and then, we only may write once. | 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-10 | RDE update generation. First we queue all updates and withdraws on a per | Claudio Jeker |
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | flag kernel routes whch are not conencted routes as static routes. | 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-09 | you must not try to read(2) without checking (pfd->revents & POLLIN) | Henning Brauer |
2004-01-09 | for RTM_IFINFO messages showing up on the routing socket do not ever | Henning Brauer |
2004-01-08 | in kroute_insert, use knexthop_validate instead of hand-baking a slightly | Henning Brauer |
2004-01-08 | in knexthop_validate, always call kroute_detach_nexthop, not | Henning Brauer |
2004-01-08 | fix kroute_detach_nexthop | Henning Brauer |
2004-01-08 | our own internal route flags should have been an u_int8_t from the beginning | Henning Brauer |
2004-01-08 | rename a few functions to further clarify things | Henning Brauer |
2004-01-08 | big reorganization. | Henning Brauer |
2004-01-08 | KNF | Henning Brauer |
2004-01-08 | keep track of interface status. if an interface goes down mark all connected | Henning Brauer |
2004-01-07 | deal with messages on the AF_ROUTE socket in a multiprotocol friendlier way. | Henning Brauer |
2004-01-07 | fix a check that catched too much... now connected routes that appear | Henning Brauer |
2004-01-07 | Modified version of hennings last patch. OK henning@ | Claudio Jeker |
2004-01-07 | Duh. Fixing stupid braino. OK henning@ | Claudio Jeker |
2004-01-07 | Document mrt dump comands. Help by jmc@ OK henning@ | Claudio Jeker |
2004-01-07 | don't ever send kroute change (that includes add) requests to the parent | 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-07 | Make sure that kroute updates for the FIB are only sent if there is a | Claudio Jeker |
2004-01-06 | small bug that was not so easy to fix: we did not allow empty lines (or | 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 | Free buf on error and correct of by one in strlcpy. | Claudio Jeker |
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 | lower the initial value for the IdleHold timer from 90 to 30 seconds. | 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 OK henning@ | Claudio Jeker |
2004-01-06 | Fix reopening of dump files. | Claudio Jeker |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker |
2004-01-05 | fix comments | Claudio Jeker |
2004-01-05 | missing fclose() | Henning Brauer |
2004-01-05 | correctly handle SIGCHLD. | Henning Brauer |
2004-01-05 | remove support for reading configuration from stdin. | Henning Brauer |
2004-01-05 | fix off by ones with strlcpy() | Henning Brauer |