Age | Commit message (Expand) | Author |
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 |
2006-08-27 | change how we advertise capabilities. | Henning Brauer |
2006-08-27 | add buf_grow() to grow an existing buffer (realloc), claudio ok | Henning Brauer |
2006-08-23 | Extend show rib interface code so that it is possible to show the adj-rib-in | Claudio Jeker |
2006-08-22 | do not send the empty UPDATE message as End-of-RIB marker yet, Juniper | Henning Brauer |
2006-08-14 | after a bulk transfer (initial or caused by route refresh request), | Henning Brauer |
2006-08-04 | add "restart" to max-prefix, allows sessions suspended due to reaching | Henning Brauer |
2006-08-03 | On startup in fetchtable() clean the routing table of all PROTO1 routes. | Claudio Jeker |
2006-07-30 | there's a nasty little race condition when the neigbor reached max-prefix | Henning Brauer |
2006-07-28 | factor out the code to build bgp messages, ok claudio a long time ago | Henning Brauer |
2006-06-19 | a little .Xr; | Jason McIntyre |
2006-06-19 | add -c to usage() and synopsis; | Jason McIntyre |
2006-06-19 | if at startup a given group has carpdemote == 0, we don't do carp demotion. | Henning Brauer |
2006-06-18 | fix a comment | Henning Brauer |
2006-06-18 | make cloned sessions appear with RECONF_REINIT so they are treated like | Henning Brauer |