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.h
Age
Commit message (
Expand
)
Author
2013-11-13
Knob to set priority with which bgpd inserts routes into the kernel
Florian Obser
2013-10-19
Merge the prefix and prefixlen filter bits into one filter. Change the
Claudio Jeker
2013-09-27
typo in macro name; no md5 change
Stuart Henderson
2013-08-14
Rewrite the internals of the RDE reload logic.
Claudio Jeker
2013-05-11
change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls
Sebastian Benoit
2013-03-07
Implements a few missing bits for better templates support:
Claudio Jeker
2013-01-09
Almost exactly 10 years ago, we changed the length of PF table names to
Peter Hessler
2012-11-13
Allow filtering based on the NEXTHOP attribute. This allows to build rules
Claudio Jeker
2012-09-18
Expose the local weight in the ctl_show_rib struct so bgpctl can print it.
Claudio Jeker
2012-09-18
Only allow one reload request at a time in bgpd. Needed for further work.
Claudio Jeker
2012-09-12
Better graceful restart support (implementing more then just the EoR record).
Claudio Jeker
2012-05-27
Extend the network code to allow attributes to be passed in with prefixes.
Claudio Jeker
2012-04-12
The ebgp flags is just a truth value and it is better to not == 1 compares.
Claudio Jeker
2012-03-27
Introduce F_CTL_ACTIVE a flag to only show selected pathes.
Claudio Jeker
2011-09-20
Move a few functions into util.c because bgpctl will need them soon.
Claudio Jeker
2011-09-19
remove an unused ctl struct and remove some unneeded values from
Claudio Jeker
2011-09-18
Reorder the headerfiles a bit. Move the bgpd specific prototypes out of
Claudio Jeker
2011-05-01
On reload the filtersets attached to a network need to be moved to the
Claudio Jeker
2010-10-24
spacing and irrelevant glitches which disrupt lint
Theo de Raadt
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
Implement two new filters, max-as-len and max-as-seq. The first is limiting
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-28
Allow neighbor-as in AS filter statements like:
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-04-06
Switch to a more address family independent nexthop imsg. Instead of passing
Claudio Jeker
2010-03-29
Implement a log_rd() function to print the route destinguisher in a nice
Claudio Jeker
2010-03-05
Allow to filter for ext-community attributes. Currently only perfect matches
Claudio Jeker
2010-01-13
Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so
Claudio Jeker
2010-01-10
Switch rib_dump() to use AID instead of AFs. OK henning@
Claudio Jeker
2009-12-16
Implement "set ext-community [delete] subtype key:value" to set and delete
Claudio Jeker
2009-12-08
Big AID change part two. This changes the mp capability into an array of
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-11-26
support for set origin; based on an initial diff from
Henning Brauer
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost
Claudio Jeker
2009-09-04
Use the address familiy of the neighbor IP to decide which MP type to use.
Claudio Jeker
2009-08-31
Use UINT_MAX instead of ASNUM_MAX and get rid of this mostly useless define.
Claudio Jeker
2009-07-23
Send the used kroute along with the nexthop information. This allows us
Claudio Jeker
2009-07-20
Include more info in the bgpctl show nexthop ctl message. Mainly add the
Claudio Jeker
2009-06-12
Move prefixlen2mask and inet6applymask to util.c so that we can kill the
Claudio Jeker
2009-06-07
First attempt at reload support for RIBs. There is some magic that I do
Claudio Jeker
2009-06-06
Reorder IMSG types to put the "exported" ones further down so they do not
Claudio Jeker
2009-06-06
Get ready for including imsg.h from a lib, when it comes along.
Pierre-Yves Ritschard
2009-06-06
sync bgpd/bgpctl with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-06
Make it possible to select the RIB that a show command should show.
Claudio Jeker
2009-06-06
Some preliminary filter magic to support multiple RIBs on the filters.
Claudio Jeker
2009-06-05
Make it possible to bind peers to a specified RIB. Now only filters and
Claudio Jeker
2009-06-04
Add "rde rib <name>" to the config and allow the rde to use these other RIBs.
Claudio Jeker
2009-05-27
add an option to change the "connect-retry" timer which defaults to 120s.
Reyk Floeter
[next]