Age | Commit message (Expand) | Author |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2007-05-11 | Various spelling fixes from Stuart Henderson. | Claudio Jeker |
2007-01-26 | Massiv rework of the control imsg flow. Main changes: | 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-11-28 | allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help | Henning Brauer |
2006-06-19 | add -c to usage() and synopsis; | Jason McIntyre |
2006-06-17 | implement carp demotion control for bgpd. | Henning Brauer |
2006-05-27 | Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if | Claudio Jeker |
2006-04-26 | Last argument to send_filterset() is a left-over from one of my not so clever | Claudio Jeker |
2006-03-22 | Change the way bgpd selects nexthops. Up until now every route was considered | Claudio Jeker |
2006-03-15 | Sync usage with man page (sort arguments). | Claudio Jeker |
2006-03-15 | Allow the control socket to be changed on the command line. Useful if you | Claudio Jeker |
2006-01-24 | Functions in the poll() loop should only be moved around if there are no | Claudio Jeker |
2006-01-24 | KNF | Henning Brauer |
2006-01-24 | introduce a second control socket, which is restricted to certain messages, | Henning Brauer |
2006-01-03 | Plug some mem leaks. | Claudio Jeker |
2006-01-03 | Move the signal handler flags check between the poll() call and the poll | Claudio Jeker |
2005-12-24 | bzero the pfd array before setting it up and calling poll because on error | Claudio Jeker |
2005-11-02 | Reorder and comment reconfigure(). Makes more sense so. | Claudio Jeker |
2005-11-01 | Switch from the per peer filter set list to a filter-only solution. | Claudio Jeker |
2005-10-13 | Simplify poll loop as well. "grrr, OK" henning@ | Claudio Jeker |
2005-07-01 | Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff. | Claudio Jeker |
2005-06-29 | rtlabel support via filter sets. Just use "set rtlabel foobar" in filters | Claudio Jeker |
2005-06-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio Jeker |
2005-05-27 | will throw claudio in a big pot of kaesefondue for repeated whitespace fuckups | Henning Brauer |
2005-05-27 | kroute6 support, at least partially. Get it in so that Henning can clean it | Claudio Jeker |
2005-05-23 | one more endpwent | Henning Brauer |
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker |
2005-03-30 | bgpd used to open listeners in advance in the parent and the SE picked | Henning Brauer |
2005-03-28 | free rules_l if the initial config file parse fails | Henning Brauer |
2005-03-24 | fix memory leak in error paths. found with coverity prevent. | Ted Unangst |
2005-02-09 | need to send IMSG_NETWORK_DONE after sending networks and associated filter | Henning Brauer |
2005-02-02 | usage() is __dead | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-09-23 | after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependent | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-09-16 | malloc the imsg buffers instead of having them staticly, suggested by | Henning Brauer |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-08-24 | use session_socket_blockmode() instead of hand-rolling roughly the same | Henning Brauer |
2004-08-05 | The peer_l is not needed in the rde but still allocated, free them and | Claudio Jeker |
2004-08-03 | Fix mem-leak on exit. OK henning@ | Claudio Jeker |
2004-07-28 | The hole dance to close a mrt file after fd passing in the parent is not | Claudio Jeker |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-07-04 | 2 more file descriptors for each RDE and SE inherited from the parent | Henning Brauer |
2004-07-04 | when getting rid of the listen_addr TAILQ after forking actually close | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |