Age | Commit message (Expand) | Author |
2004-09-28 | gcc-ism. We don't want it, we don't need it. | Claudio Jeker |
2004-09-28 | one m is enough in incoming, really ;) | Henning Brauer |
2004-09-28 | Add prepend-neighbor feature. Prepend the remote-as n times similar to | Claudio Jeker |
2004-09-23 | after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependent | Henning Brauer |
2004-09-22 | don't bother shrinking the pfd and index2peer arrays | Henning Brauer |
2004-09-17 | Fix log message | Claudio Jeker |
2004-09-16 | imsg type is really an enum imsg_type and not an int | Henning Brauer |
2004-09-16 | when a cloned peer goes back to IDLE state, don't remove him immediately | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-09-16 | minor KNF | Henning Brauer |
2004-09-16 | cope with ENOBUFS in buf_write() | Henning Brauer |
2004-09-16 | malloc the imsg buffers instead of having them staticly, suggested by | Henning Brauer |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-09-14 | gccisms are bad, including __func__ | Henning Brauer |
2004-09-14 | treat ENOBUFS like EAGAIN and try later | Henning Brauer |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-08-24 | Add missing config statements -- route-reflector and enforce neighbor-as. | Claudio Jeker |
2004-08-24 | don't do the pftable_exists() check if we are running -n, needs root | Henning Brauer |
2004-08-24 | correctly inherit conf->opts from xconf->opts in parse_config(), | Henning Brauer |
2004-08-24 | back out rev. 1.136. I commited that unintentionally and it does not work | Claudio Jeker |
2004-08-24 | missing space in log message. | Claudio Jeker |
2004-08-24 | Forgot to update printconf.c once again. foobar-AS is now foobar-as. | Claudio Jeker |
2004-08-24 | use session_socket_blockmode() instead of hand-rolling roughly the same | Henning Brauer |
2004-08-20 | add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it, | Henning Brauer |
2004-08-20 | merge IMSG_CTL_NEIGHBOR_UP and _DOWN handling, kills some duplicate code, | Henning Brauer |
2004-08-20 | Grrr. copy paste error. Dump MED and not local-pref. OK henning@ | Claudio Jeker |
2004-08-20 | foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywords | Claudio Jeker |
2004-08-19 | document use of "isakmpd -Ka" with bgpd. | Hans-Joerg Hoexer |
2004-08-19 | better diagnostics | Henning Brauer |
2004-08-19 | logic error: when there's changes affecting nexthop reachability, | Henning Brauer |
2004-08-17 | Merge set constructs in neighbor statements. This fixes a common problem: | Claudio Jeker |
2004-08-17 | when sending a file descriptor, close it on the receiving side in | Henning Brauer |
2004-08-17 | Always update prefix timestamp even if nothing has changed. Without this | Claudio Jeker |
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker |
2004-08-12 | Just ignore RFC2545 and the silly idea of using link local addresses as | Claudio Jeker |
2004-08-11 | mrt dumps for cloned sessions did not work because the wrong address was used. | Claudio Jeker |
2004-08-11 | Typo. OK henning@ | Claudio Jeker |
2004-08-11 | Cleanup on exit. OK henning@ | Claudio Jeker |
2004-08-11 | buf_write() returns -1 on error and -2 on connection closed. Treat both | Claudio Jeker |
2004-08-10 | Gahhh, why is this still around? It was never necessary to inform the parent | Claudio Jeker |
2004-08-10 | Always free message buffer on error. | Claudio Jeker |
2004-08-10 | Support IPv6 in message and state transition dumps. Table dumps still | Claudio Jeker |
2004-08-10 | style, use sizeof() instead of a hardcoded value. | Claudio Jeker |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker |
2004-08-10 | Correctly set the MED in outgoing UPDATEs. OK henning@ | Claudio Jeker |
2004-08-09 | document new list expansion syntax & add examples | Jared Yanovich |
2004-08-06 | Monster diff to get one step closer to IPv6 support. | Claudio Jeker |
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker |
2004-08-05 | comapring -> comparing noticed by brad@. | Claudio Jeker |
2004-08-05 | The peer_l is not needed in the rde but still allocated, free them and | Claudio Jeker |