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
2016-06-06
Add format attributes to the proper functions and then fix the warning in
Sebastian Benoit
2016-06-03
Add operators =, !=, - (range), >< (exclsive range) to the as-path
Sebastian Benoit
2015-11-06
Radically improve the performance of bgpd filters. Based on PF's skip
Peter Hessler
2015-10-11
standardize a community that has been independently created by nearly
Peter Hessler
2015-09-21
Let us log all updates sent from an individual peer. Since this can be
Peter Hessler
2015-09-16
Another ifmedia64 fix, this time for bgpd's ift2ifm().
Stefan Sperling
2015-07-20
Make bgpd execute the RDE and session engine process instead of just forking.
Claudio Jeker
2015-07-18
give bgpd's fatal() varargs and use it to instrument bgpd fatal()
Sebastian Benoit
2015-07-16
Next round of config cleanup. Move various lists into the bgpd_config struct.
Claudio Jeker
2015-04-25
allow us to write rules that match directly on the peer AS
Peter Hessler
2015-03-14
rename rde_free_filter() to filterlist_free() and start using it outside
Claudio Jeker
2015-03-14
Move the command line options (mainly -d and -v) out of struct bgpd_config
Claudio Jeker
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
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
[next]