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
2004-02-26
No comma at the end of the keywords array. OK henning@
Claudio Jeker
2004-02-26
Add per netwok definition filter sets. So you can now use
Claudio Jeker
2004-02-25
use __progname instead of hardcoding bgpd for log_init
Henning Brauer
2004-02-25
Announce local networks to IBGP neighbors. OK henning@
Claudio Jeker
2004-02-25
Man page update for the mrt dump changes. OK henning@ jmc@
Claudio Jeker
2004-02-25
Rewrite some parts of the mrt dump handling. It is no longer possible to
Claudio Jeker
2004-02-25
kill "updates" keyword and use a ordinary string + strcmp at the one place
Henning Brauer
2004-02-24
spaces
Claudio Jeker
2004-02-24
Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to use
Claudio Jeker
2004-02-24
It is possible that a queued path attribute has no nlri prefix. Ignore and
Claudio Jeker
2004-02-23
I was hunting this bug for quite some time. Don't use a value you need later
Claudio Jeker
2004-02-23
While searching a different bug found those two gems. The ntohs is obvious
Claudio Jeker
2004-02-21
keep O_NONBLOCK after teh tcp sessions are established, claudio ok
Henning Brauer
2004-02-19
Add support for basic filters. Nothing optimized and it has some issues but
Claudio Jeker
2004-02-19
Make the code more portable. Add some missing header files and make the use
Claudio Jeker
2004-02-19
Doh. Copy pasto. The if is always false and bogus.
Claudio Jeker
2004-02-18
Do aspath loop detecion for outgoing messages too, but this time with the
Claudio Jeker
2004-02-18
Correctly handle parse errors in aspath and prefixes. Also do input aspath
Claudio Jeker
2004-02-18
Bring the path attribute parsing on big step closer to the RFC.
Claudio Jeker
2004-02-18
Fix a nasty memory leak. OK henning@
Claudio Jeker
2004-02-18
Check for optional path attributes error. This kills some XXX in the code.
Claudio Jeker
2004-02-18
fix thinko in the revents & (POLLIN|POLLOUT) case
Henning Brauer
2004-02-17
improve logging on connection open fail
Henning Brauer
2004-02-17
init wbuf.sock too in init_peer()
Henning Brauer
2004-02-17
little easier
Henning Brauer
2004-02-17
bit better err msgs after buf_close (which can't fail anyway actually)
Henning Brauer
2004-02-17
check for EAGAIN after read
Henning Brauer
2004-02-17
Somehow size needs some time to settle. The direct inline call of attr_error
Claudio Jeker
2004-02-17
missing bzero() of the iovec
Henning Brauer
2004-02-17
two more returns; open msg counter might have gotten increased too much
Henning Brauer
2004-02-17
On write error return and do not try to make a read. OK henning@
Claudio Jeker
2004-02-17
Make gcc on sparc happy. OK henning@
Claudio Jeker
2004-02-17
init len for getsockname and getpeername, found and ok claudio
Henning Brauer
2004-02-17
Make sure that we add the new prefix to the prefix list or bad things will
Claudio Jeker
2004-02-16
KNF
Henning Brauer
2004-02-16
add scope_id for v6 to struct bgpd_addr
Henning Brauer
2004-02-16
Extend imsg API so that messages can be composed on the fly. In the RDE it
Claudio Jeker
2004-02-16
Basic aspath match function needed for filters and the "show rib" bgpctl
Claudio Jeker
2004-02-16
superfluous tabs
Claudio Jeker
2004-02-16
Add basic functions to print aspath in human readable format. OK henning@
Claudio Jeker
2004-02-16
Make the path attribute handling more RFC conformant. Also move the
Claudio Jeker
2004-02-10
enforce config file secrecy (correct owner, no rights for group/world)
Henning Brauer
2004-02-09
print networks too
Henning Brauer
2004-02-09
drain the list fluffier
Henning Brauer
2004-02-09
replace a bunch of u_long by u_int32_t
Henning Brauer
2004-02-09
make max_prefix an u_int32_t instead of an u_long and change its
Henning Brauer
2004-02-09
print more fluff
Henning Brauer
2004-02-09
move printing the config to where it belongs
Henning Brauer
2004-02-08
factor out functions to print the configuration (rules only for now)
Henning Brauer
2004-02-07
it's about time to document tcp md5sig ...
Henning Brauer
[prev]
[next]