Age | Commit message (Expand) | Author |
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 |
2004-08-05 | As usual cleanup on exit. OK henning@ | Claudio Jeker |
2004-08-05 | Get rid of some statistics stuff that is no longer needed but helped in the | Claudio Jeker |
2004-08-05 | Cleanup aspath specific functions and api. Mainly switch to a refcnt based | Claudio Jeker |
2004-08-05 | tab at EOL | Claudio Jeker |
2004-08-05 | struct prefix has a pointer to the peer so use it everywhere directly instead | Claudio Jeker |
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker |
2004-08-05 | we wanna ignore SIGPIPE here just like in the session engine, claudio ok | Henning Brauer |
2004-08-04 | session_main() and rde_main() return... right, a pid. and a pid is a pid_t | Henning Brauer |
2004-08-03 | Cleanup and remove some ENSURE. OK henning@ | Claudio Jeker |
2004-08-03 | Make mrt dumps mrt compliant. I already fixed one of those but this one | Claudio Jeker |
2004-08-03 | deny hilarious prepends. OK henning@ | Claudio Jeker |
2004-08-03 | Fix mem-leak on exit. OK henning@ | Claudio Jeker |
2004-08-03 | Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@ | Claudio Jeker |
2004-08-02 | Fix a possible mem leak and add a missing yyerror(). OK henning@ | Claudio Jeker |
2004-08-02 | Forgot to add "anounce default-route" here. OK henning@ | Claudio Jeker |
2004-07-30 | Document "announce default-route" with a lot of help from jmc@ | Claudio Jeker |