Age | Commit message (Expand) | Author |
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 |
2004-01-05 | waitpid's return is a pid_t | Henning Brauer |
2004-01-05 | allow fib couple/decouple based on an imsg received on the control socket | Henning Brauer |
2004-01-05 | protect against trying to couple when we're already coupled to the fib, | Henning Brauer |
2004-01-05 | .Xr bgpctl | Henning Brauer |
2004-01-05 | include path fixes for gcc3. | Marc Espie |
2004-01-04 | cope with poll error | Henning Brauer |
2004-01-04 | split the dispatch_imsg function into twom one per pipe. | 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-04 | share statenames | 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 | move some session specific stuff to session.h and make the few files | 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-03 | send an imsg as list end indicator | Henning Brauer |
2004-01-03 | fix umask, noticed by theo | Henning Brauer |
2004-01-02 | whitespace | Jun-ichiro itojun Hagino |
2004-01-02 | SEE ALSO after FILES; | Jason McIntyre |
2004-01-02 | umask setting and unlink before bind() the unix socket, chmod and umask | Henning Brauer |