Age | Commit message (Expand) | Author |
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 |
2006-06-17 | use the carp_demote_ioctl directly instead of carp_demote_set, ok claudio | Henning Brauer |
2006-06-17 | urgs, helps to commit everything, sorry | Henning Brauer |
2006-06-17 | implement carp demotion control for bgpd. | Henning Brauer |
2006-06-15 | Instead of passing three different kinds of arguments in show rib control | Claudio Jeker |
2006-06-14 | Send bot nexthops (exit and true) in the bgpctl show rib cases. bgpctl | Claudio Jeker |
2006-06-12 | in session_setup_socket(), to take address family dependent action | Henning Brauer |
2006-06-10 | back in the dark age, carp interfaces were very strange - and we had to | Henning Brauer |
2006-06-01 | Copy the pftableid in path_copy and correctly do the ref/unref dance in | Claudio Jeker |
2006-05-31 | Plug memory leaks in error path; ok henning@ | Patrick Latifi |
2006-05-28 | Even better nexthop delete behaviour. Do not delete nexthop if they are used | Claudio Jeker |
2006-05-28 | Preload and pin nexthop used in filtersets so the are validiated when used. | Claudio Jeker |
2006-05-27 | Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if | Claudio Jeker |
2006-05-27 | if the pid given to imsg_create is 0, use the pid sored in the ibuf (which | Henning Brauer |
2006-05-27 | Cleanup with lint. Make the poll fd indexes unsigned and because of that | Claudio Jeker |
2006-05-27 | Unfuck community delete. The if () statement to match communities was FUBAR | Claudio Jeker |
2006-05-27 | Move prinitng of communities into own function so that special communities | Claudio Jeker |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt |
2006-05-26 | \<char> is <char> except for \<newline> -- no exceptions. much like how | Theo de Raadt |
2006-05-23 | allow bgpd to request a route refresh from a neighbor if that neighbor | Henning Brauer |
2006-05-02 | The pftable name to ID functions should use the pftable_labels list and not | Claudio Jeker |
2006-04-26 | Remove unused _exists() function. It is not even used in my evil filter tree | Claudio Jeker |
2006-04-26 | Last argument to send_filterset() is a left-over from one of my not so clever | Claudio Jeker |
2006-04-26 | Remove filterset_names from bgpd.h and replace it with a function because | Claudio Jeker |
2006-04-25 | Mark fatal and fatalx as __dead from deraadt@ | Claudio Jeker |