Age | Commit message (Expand) | Author |
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 |
2004-01-02 | move the socket name #define to bgpd.h and get rid of bgpdctl* | Henning Brauer |
2004-01-02 | no, not there | Theo de Raadt |
2004-01-02 | mark a few numbers U to please compilers; henning ok | Theo de Raadt |
2004-01-02 | do not , after last element in an enum | Theo de Raadt |
2004-01-02 | no nested subdirs like this, henning did not discuss | Theo de Raadt |
2004-01-02 | compile like it used to | Theo de Raadt |
2004-01-01 | add bgpdctl | Henning Brauer |
2004-01-01 | add bgpdctl | Henning Brauer |
2004-01-01 | prepare for bgpdctl | Henning Brauer |
2004-01-01 | listen on a AF_LOCAL socket for imsgs too. | Henning Brauer |
2004-01-01 | typo | Henning Brauer |
2004-01-01 | now that imsg_get uses bigger buffers, one read call can put more than one | Henning Brauer |
2004-01-01 | conf -> mconf | Henning Brauer |
2003-12-30 | correctly free after buf_add/_close errs. | Henning Brauer |
2003-12-30 | small logic error in session_open/_keepalive/_notification (yes, the same in | Henning Brauer |
2003-12-30 | missing free()s in error cases that (now) lead to program termination | Henning Brauer |
2003-12-30 | we should not access ressources in a peer strcut 2 lines after we | Henning Brauer |
2003-12-30 | missing free()s; From: Patrick Latifi <pat@eyeo.org> | 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 | typo in comment | 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 | bgpid -> router-id | Henning Brauer |
2003-12-27 | style | Henning Brauer |
2003-12-27 | consider the defualt route in kroute_match as well. it is a special case. | Henning Brauer |
2003-12-27 | fix thinko | Henning Brauer |
2003-12-27 | move the fib couple/decouple to the config merge where it belongs | Henning Brauer |
2003-12-27 | "no fib-update" -> "fib-update [yes|no]" | Henning Brauer |
2003-12-27 | few fatal()s should really be fatalx() | Henning Brauer |
2003-12-27 | keep a copy of the fd locally instead of passing it around all time | Henning Brauer |
2003-12-27 | on reconfigure, check wether the "no fib-update" statement presence/absence | Henning Brauer |
2003-12-27 | provide kroute_fib_couple and _decouple, pumping all bgp routes from the | Henning Brauer |
2003-12-27 | implement "no fib-update" much cooler | Henning Brauer |