Age | Commit message (Expand) | Author |
2013-06-14 | grammar. ok jmc@ | Mark Lumsden |
2013-05-31 | Unfuck BGP MPLS VPNs that got broken by the last few reload related commits. | Claudio Jeker |
2013-05-30 | When removing "dump (all|updates)" from bgpd.conf and reloading, tell | Florian Obser |
2013-05-30 | Add partial support to bgpd for the ttl hack with ipv6. This sends the correct | Stuart Henderson |
2013-05-22 | Set the correct route priority in send_rt6msg, as done for send_rtmsg. | Stuart Henderson |
2013-05-22 | whitespace nits | Stuart Henderson |
2013-05-20 | D'oh, add missing break in prefix_writebuf(). Another find by blambert@ | Claudio Jeker |
2013-05-20 | Call pt_getaddr() a bit earlier so that addr.aid is available when first | Claudio Jeker |
2013-05-11 | change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls | Sebastian Benoit |
2013-03-20 | less includes | Theo de Raadt |
2013-03-14 | use after free; 33% found by llvm | Florian Obser |
2013-03-14 | correct struct in sizeof(); found by llvm | Florian Obser |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-07 | Implements a few missing bits for better templates support: | Claudio Jeker |
2013-01-17 | Fixup printing of rdomain configs -- add network statements and only print | Claudio Jeker |
2013-01-10 | Don't log "unknown subcode" for subcode 0 when the hold timer expires, | Stuart Henderson |
2013-01-09 | Almost exactly 10 years ago, we changed the length of PF table names to | Peter Hessler |
2013-01-02 | man page bits for "announce restart yes" default | Florian Obser |
2012-12-01 | The capability parser should only return an error in extreme cases. If a | Claudio Jeker |
2012-11-15 | buf_* -> ibuf_* in various log entries to reflect correct function names. | Kenneth R Westerback |
2012-11-13 | pasto in log message | Florian Obser |
2012-11-13 | macro tweaking; | Jason McIntyre |
2012-11-13 | Allow filtering based on the NEXTHOP attribute. This allows to build rules | Claudio Jeker |
2012-11-02 | Unstick bgpctl reload after reloading a bgpd.conf with errors. | Florian Obser |
2012-10-28 | Change email address in copyright to one that is valid. | Claudio Jeker |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-23 | Enable graceful restart by default. The only way to find out if it works for | Claudio Jeker |
2012-09-18 | Expose the local weight in the ctl_show_rib struct so bgpctl can print it. | Claudio Jeker |
2012-09-18 | Only allow one reload request at a time in bgpd. Needed for further work. | Claudio Jeker |
2012-09-17 | Unbreak. gcc 2 at least complains if a declaration is ended by two semicolons. | Miod Vallat |
2012-09-12 | Better graceful restart support (implementing more then just the EoR record). | Claudio Jeker |
2012-08-24 | - rfc 5082 replaces rfc 3682; ok claudio | Jason McIntyre |
2012-08-24 | rfc 4456 replaces rfc 2796; ok claudio | Jason McIntyre |
2012-08-12 | By default mask the reserved bits and the ext len bit in the attribute | Claudio Jeker |
2012-07-13 | Cleanup the knexthop mess and make sure we only send an update to the RDE | Claudio Jeker |
2012-07-13 | Make sure that set med 0 is ACTION_SET_MED and not relative. Fixes | Claudio Jeker |
2012-07-11 | Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent them | Stuart Henderson |
2012-07-09 | Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT. | Claudio Jeker |
2012-07-07 | prefered -> preferred; | Jason McIntyre |
2012-07-07 | Explain the bgpd decision process in the man page. I'm tired of looking | Claudio Jeker |
2012-07-04 | Seems like I missed to adjust the route decision code to cover the things | Claudio Jeker |
2012-07-01 | typo in comment, s/withdrawl/withdrawal/ | Stuart Henderson |
2012-06-19 | There are five main sections, not four, since routing domain support was added. | Stuart Henderson |
2012-06-10 | Add error messages for BGP Finite State Machine Error subcodes as defined | Claudio Jeker |
2012-05-27 | Extend the network code to allow attributes to be passed in with prefixes. | Claudio Jeker |
2012-05-22 | Flush the right networks, the dynamic ones not the static ones. | Claudio Jeker |
2012-05-22 | Sync log strings with the possible values of IMSG_CTL_RESULT | Claudio Jeker |
2012-05-22 | Fix a warning message to print the correct information. OK henning@ sthen@ | Claudio Jeker |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-12 | The ebgp flags is just a truth value and it is better to not == 1 compares. | Claudio Jeker |