index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpd
/
bgpd.c
Age
Commit message (
Expand
)
Author
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-06-28
remove -r and -s from usage, these options were dropped on a previous
Igor Sobrado
2010-06-27
Instead of specifying the control sockets on the command line have them
Claudio Jeker
2010-05-19
Add softreconfig support for peers changing the RIB. Done by first unloading
Claudio Jeker
2010-05-17
Last bits of MPLS VPN support. Hook kernel routing tables and RIB together.
Claudio Jeker
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-04-26
Add some { } for better readability and to make the code look like the
Claudio Jeker
2010-04-26
Fix some memory leaks on config reload failure and move one particular
Claudio Jeker
2010-04-22
Including bgpd.h in mrt.h is dumb.
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-03-29
Since we always reload the config now there is no need to allocate the
Claudio Jeker
2010-03-03
Remove superfluous newline
Claudio Jeker
2010-02-11
We need to load the config before kr_init() is called or fib-update is
Claudio Jeker
2010-01-11
Do not crash when starting up with a bad config file. Check that
Claudio Jeker
2009-12-31
Instead of passing the config via arguments to the childs on bootup issue
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost
Claudio Jeker
2009-07-20
On config reload errors free the list of ribs so that following reloads
Claudio Jeker
2009-06-07
First attempt at reload support for RIBs. There is some magic that I do
Claudio Jeker
2009-06-05
Adjust print_config to all the stuff added in the last days.
Claudio Jeker
2009-06-04
Add "rde rib <name>" to the config and allow the rde to use these other RIBs.
Claudio Jeker
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
[next]