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
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
2011-01-14
plug memleak in err path; from zinovik, ok claudio
Henning Brauer
2010-12-31
Add missing #includes instead of assuming that some system header pulls in
Philip Guenthe
2010-12-23
Increase the DATA limit in the RDE to the max value and do the same
Claudio Jeker
2010-12-09
The PF_KEY socket is like the routing socket. It must be polled all the
Claudio Jeker
2010-11-30
Do what the comment actually says. Ignore the full attribute not only the
Claudio Jeker
2010-11-29
Deny prefixes that have F_ATTR_PARSE_ERR set by default. Now they
Claudio Jeker
2010-11-24
fix spelling in an error message
Stuart Henderson
2010-11-18
Log sent notification messages as well having them in the log may
Claudio Jeker
2010-11-18
Accept but ignore (treat as withdraw) updates with AS_CONFED_* path
Claudio Jeker
2010-11-10
Make sure that the initial configuration of the child is zeroed out
Claudio Jeker
2010-10-29
malloc -> calloc for ctl_conn
Henning Brauer
2010-10-24
spacing and irrelevant glitches which disrupt lint
Theo de Raadt
2010-10-24
the subtype should be printed unsigned; ok claudio
Theo de Raadt
2010-10-23
Reorder the wording where we talk about tagging kernel route table prefixes,
Stuart Henderson
2010-10-22
Free attributes that just got allocated beforehands and do not hold any
Claudio Jeker
2010-10-15
Add the FSM suberrors specified in draft-ietf-idr-fsm-subcode. This
Claudio Jeker
2010-10-15
Add a few more wanrings to the UPDATE parser. Mainly to warn when
Claudio Jeker
2010-10-13
'socket "path" [restricted]' needs quotes around path; make it clear
Stuart Henderson
2010-10-11
bgpd needs to see all routing messages so set the ROUTE_TABLEFILTER to
Claudio Jeker
2010-09-30
Only 6 elements of mib are used so do allocate 6 not 7.
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-08-06
Correct a problem which could cause the wrong af to be displayed.
Jonathan Gray
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-07-14
Fix a mrt fd leak by moving the block which closes finished dumps.
Claudio Jeker
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-06-28
remove -r and -s from usage, these options were dropped on a previous
Igor Sobrado
2010-06-27
right way round for macros;
Jason McIntyre
2010-06-27
Instead of specifying the control sockets on the command line have them
Claudio Jeker
2010-06-04
It is actually possible to dump IPv6 tables with "dump table" and not
Claudio Jeker
2010-06-03
Instead of doing a poor mans offsetof() implementation change the code
Claudio Jeker
[next]