Age | Commit message (Expand) | Author |
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 |
2006-04-21 | attr_init() should use attrhashsize and not pathhashsize. Found via a lint | Claudio Jeker |
2006-04-21 | msgbuf_writebound() and msgbuf_bounded() are leftovers from some ancient | Claudio Jeker |
2006-04-21 | Remove function prototype that was never used. From deraadt@ | Claudio Jeker |
2006-04-18 | cannot see the string self in the ANNOUNCE STRING prod any more since | Henning Brauer |
2006-04-18 | Fix "announce self" that got broken by "nexthop self". Found by Thomas Bader. | Claudio Jeker |
2006-04-12 | messages on the routing socket have different headers - rt_msghdr, | Henning Brauer |
2006-04-12 | It is no longer allowed to change attributes in place. This corrupts the | Claudio Jeker |
2006-04-05 | remote_bgpid is stored in host byte order so a htonl() is needed when putting | Claudio Jeker |
2006-04-04 | document set nexthop self, and improve that section whil eon it, claudio ok | Henning Brauer |
2006-04-04 | add "set nexthop self", force nexthop to be set to own address even with IBGP | Henning Brauer |
2006-03-23 | Document nexthop qualify via (bgp|default). | Claudio Jeker |
2006-03-23 | Simplify the -s documentation and add /var/run/bgpd.sock to the FILES list. | Claudio Jeker |
2006-03-22 | Change the way bgpd selects nexthops. Up until now every route was considered | Claudio Jeker |
2006-03-22 | Add a new SHOW imsg to send optional attributes to bgpctl. This can be used | Claudio Jeker |
2006-03-15 | In nexthop_compare() if the two passed pointers point to the same object | Claudio Jeker |
2006-03-15 | Sync usage with man page (sort arguments). | Claudio Jeker |
2006-03-15 | Document new -s path option to select an alternate path for the main control | Claudio Jeker |
2006-03-15 | Allow the control socket to be changed on the command line. Useful if you | Claudio Jeker |
2006-03-15 | Fix a memory leak when communities are set or deleted. This seems to fix | Claudio Jeker |
2006-03-13 | Fix for PR 5052. Be more careful about the announced networks we accept. | Claudio Jeker |
2006-03-08 | Document "set community delete ..." and sync that section with the one | Claudio Jeker |