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
2017-10-15
Add "ssv" variant which turns a rib route output into a single
Theo de Raadt
2017-08-12
allow filter rules to be written that affect ibgp or ebgp neighbors
Peter Hessler
2017-08-11
softreconfig in and out are on by default for ever and machines now have
Claudio Jeker
2017-08-10
handle extended communities in bgpctl.
Sebastian Benoit
2017-08-06
Remove comma from last element since that is the terminator.
Claudio Jeker
2017-08-06
add a zeroed out element at the end of the iana_ext_comms array, so
Sebastian Benoit
2017-06-26
add support for the "graceful shutdown" well-known community as described
Peter Hessler
2017-05-31
Rework the way we do extended communities (mainly in the parser) and update
Claudio Jeker
2017-05-28
Introduce log_peer_info() and make log_peer_warn() log at LOG_ERR instead
Claudio Jeker
2017-05-28
so far, bgpd was hardcoded to use rtable 0 for nexthop verification.
Henning Brauer
2017-05-28
Implement an XON/XOFF protocol between the RDE and the SE to throttle
Claudio Jeker
2017-05-27
Allow an administrator to disable the bgp loop detection algorithm,
Peter Hessler
2017-05-27
bump the size of ctl rib flags
Peter Hessler
2017-05-27
allow us to use 'local-as' in the filter language
Peter Hessler
2017-05-27
fix the reference to draft-ymbk-grow-blackholing, to RFC 7999
Peter Hessler
2017-01-25
Flag the Loc-RIB with F_RIB_LOCAL so we can remove one ugly hack somewhere else
Claudio Jeker
2017-01-24
sync log.c from relayd et al to bgpd.
Sebastian Benoit
2017-01-13
Add support for draft-ietf-idr-shutdown
Peter Hessler
2016-10-14
Add support for draft-ietf-idr-large-community
Peter Hessler
2016-10-05
Let bgpd announce routes based on a route-label.
Peter Hessler
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
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
[next]