Age | Commit message (Expand) | Author |
2007-03-04 | document include, and comments | Henning Brauer |
2007-02-25 | we do have a table with suberror codes for cease and their meaning; | Henning Brauer |
2007-02-25 | tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net> | Henning Brauer |
2007-02-22 | KNF | Henning Brauer |
2007-02-22 | do not try to set IP_TTL on non-INET listening sockets, it's not going | Henning Brauer |
2007-02-12 | Switch address and AS fields in mrt dump messages for incoming traffic so | Claudio Jeker |
2007-02-12 | Fix some log_warn() messages. | Claudio Jeker |
2007-02-07 | remove a log_debug() that is no longer needed. | Claudio Jeker |
2007-01-31 | Do not check that the aspath is loopfree for the peer when sending updates. | Claudio Jeker |
2007-01-31 | Replace another strtol() with strtonum() making the error checking easier | Claudio Jeker |
2007-01-27 | use \(en for ranges e.g. 10 \(en 12 | Jason McIntyre |
2007-01-26 | Finally document announce capabilities (yes|no). | Claudio Jeker |
2007-01-26 | Document which AS are designated for private use and which are reserved | Claudio Jeker |
2007-01-26 | AS 65535 aka USHRT_MAX is reserved and may not be used so adapt the | Claudio Jeker |
2007-01-26 | Massiv rework of the control imsg flow. Main changes: | Claudio Jeker |
2007-01-24 | Lock the nexthop while parsing an update by increasing the reference count. | Claudio Jeker |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker |
2007-01-11 | Correct logic in path_update() so that moves are only done when needed. | Claudio Jeker |
2007-01-04 | ignore SIGPIPE, like the other 2 processes already do. we detect broken | Henning Brauer |
2007-01-04 | Do not run rde_shutdown() unless bgpd is started with -d. | Claudio Jeker |
2006-12-21 | Check for overflow of others_len. This can not happen at the moment because | Claudio Jeker |
2006-12-18 | avoid p = realloc(p idiom, ok claudio, spotted deraadt | Henning Brauer |
2006-12-12 | Xr bgplg and bgplgsh; | Jason McIntyre |
2006-12-12 | Change nexthop_delete() to be more obvious what's going on. No functional | Claudio Jeker |
2006-12-12 | Even IPv6 has a prefixlen limit. This ensures that we do not overflow the | Claudio Jeker |
2006-12-12 | In path_remove() remove only local prefixes from the pftable. | Claudio Jeker |
2006-12-12 | Kill peer_remove(). This function is only used once so inline it there. | Claudio Jeker |
2006-12-08 | no need for KAME_SCOPEID; just check __KAME__. | Jun-ichiro itojun Hagino |
2006-12-05 | implement the ttl security hack. since the pc slaves fear the word hack, | Henning Brauer |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-28 | allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help | Henning Brauer |
2006-11-28 | mib we pass to sysctl when fetching the routing table has 7 entries now, | Henning Brauer |
2006-11-16 | for now, make bgpd work with routing table 0 (main one) and ignore routing | Henning Brauer |
2006-11-10 | char -> u_char in a few places | Henning Brauer |
2006-11-06 | fix pasto; only announce restart capability when announcing the restart | Henning Brauer |
2006-10-26 | * make sure we keep copies of everything we need to | Henning Brauer |
2006-10-26 | storing the dynamically acquired SPIs for tcpmd5 inside the conf struct | Henning Brauer |
2006-10-25 | use strtonum, Pierre-Yves Ritschard <pyr@spootnik.org> | Henning Brauer |
2006-09-19 | make buffer_grow always return a valid struct buf; the contained buffer | Henning Brauer |
2006-09-19 | when the neighbor announced the restart capability, send the end-of-rib | Henning Brauer |
2006-09-19 | save the parser state in one big struct, and make it interchangable, aka | Henning Brauer |
2006-09-19 | kill useless debug code that somehow snuck in, some 2 years ago... | Henning Brauer |
2006-09-12 | for apps which use interface groups, point to the section of | Jason McIntyre |
2006-08-31 | knock out the cpp/m4 stuff from MACROS; after discussion with many... | Jason McIntyre |
2006-08-30 | writing to the pfkey socket can give EAGAIN and we must retry. | Henning Brauer |
2006-08-28 | use Forwarding Information Base vs. Forward Information Base; | Kevin Steves |
2006-08-27 | in the restart capability (that we do not actually send yet), set the | Henning Brauer |
2006-08-27 | fix a small logic botch in session_accept() in the fast reconnect logic, | Henning Brauer |
2006-08-27 | add code to announce the restart capability according to | Henning Brauer |
2006-08-27 | missing htons() in session_rrefresh() | Henning Brauer |