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
Age
Commit message (
Expand
)
Author
2012-09-26
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
Jason McIntyre
2012-09-23
Enable graceful restart by default. The only way to find out if it works for
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-17
Unbreak. gcc 2 at least complains if a declaration is ended by two semicolons.
Miod Vallat
2012-09-12
Better graceful restart support (implementing more then just the EoR record).
Claudio Jeker
2012-08-24
- rfc 5082 replaces rfc 3682; ok claudio
Jason McIntyre
2012-08-24
rfc 4456 replaces rfc 2796; ok claudio
Jason McIntyre
2012-08-12
By default mask the reserved bits and the ext len bit in the attribute
Claudio Jeker
2012-07-13
Cleanup the knexthop mess and make sure we only send an update to the RDE
Claudio Jeker
2012-07-13
Make sure that set med 0 is ACTION_SET_MED and not relative. Fixes
Claudio Jeker
2012-07-11
Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent them
Stuart Henderson
2012-07-09
Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT.
Claudio Jeker
2012-07-07
prefered -> preferred;
Jason McIntyre
2012-07-07
Explain the bgpd decision process in the man page. I'm tired of looking
Claudio Jeker
2012-07-04
Seems like I missed to adjust the route decision code to cover the things
Claudio Jeker
2012-07-01
typo in comment, s/withdrawl/withdrawal/
Stuart Henderson
2012-06-19
There are five main sections, not four, since routing domain support was added.
Stuart Henderson
2012-06-10
Add error messages for BGP Finite State Machine Error subcodes as defined
Claudio Jeker
2012-05-27
Extend the network code to allow attributes to be passed in with prefixes.
Claudio Jeker
2012-05-22
Flush the right networks, the dynamic ones not the static ones.
Claudio Jeker
2012-05-22
Sync log strings with the possible values of IMSG_CTL_RESULT
Claudio Jeker
2012-05-22
Fix a warning message to print the correct information. OK henning@ sthen@
Claudio Jeker
2012-04-24
take a stab at documenting when arguments need quoted, and valid macro
Jason McIntyre
2012-04-12
The ebgp flags is just a truth value and it is better to not == 1 compares.
Claudio Jeker
2012-04-12
aspath_neighbor() should return the local AS number for empty AS pathes.
Claudio Jeker
2012-04-12
accept() pacing for bgpd based on similar work done on other daemons.
Claudio Jeker
2012-04-07
The Route Distinguishers should not be used to control distribution.
Claudio Jeker
2012-03-27
Introduce F_CTL_ACTIVE a flag to only show selected pathes.
Claudio Jeker
2012-01-06
typo in log_peer_warnx message
Stuart Henderson
2011-11-06
Add a #include that's currently picked up via another header that's
Philip Guenthe
2011-09-21
Fix nexthop_modify() to reset the flags when called. Until now
Claudio Jeker
2011-09-20
Move a few functions into util.c because bgpctl will need them soon.
Claudio Jeker
2011-09-19
Make it more clear what are subtypes and some more cleanup of the
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-09-17
Implement new mrt table dump format as specified in draft-ietf-grow-mrt.
Claudio Jeker
2011-09-16
Fix my usual typo
Claudio Jeker
2011-08-20
Decouple log_verbose() from log_init() so the verbose flag stays set with
Stuart Henderson
2011-07-09
remove that rlimit code, rc.d and login classes do it much betterer these
Henning Brauer
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-06-23
Use a common text explaining how the various configuration parsers using
Stuart Henderson
2011-05-05
ibuf_add returns 0 or -1. adding up the return values in errs and then
Henning Brauer
2011-05-01
On reload the filtersets attached to a network need to be moved to the
Claudio Jeker
2011-05-01
Free cname and rcname on exit. Found by Milosz Jakubowski
Claudio Jeker
2011-04-30
no need to escape |, pointed out by jmc@
Stuart Henderson
2011-03-07
continguous -> contiguous
Henning Brauer
2011-02-15
Use log_as() to print the offending neighbor-as instead of printing it
Claudio Jeker
2011-01-29
improve error msg when enforce-neighbor-as is on and the path doesn't
Henning Brauer
2011-01-27
change a logged error from 'enforce remote-as' to the correct
Stuart Henderson
[next]