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-03-05
let parse_open() call change_state() on error itself, so that after sending
Henning Brauer
2004-03-05
implement a parser for the optional attributes in OPEN messages and properly
Henning Brauer
2004-03-05
when a session that had a tcp connection established is pushed back to IDLE,
Henning Brauer
2004-03-04
no ; after RB_PROTOTYPE / RB_GENERATE
Henning Brauer
2004-03-03
plug a couple of little memory leaks in error paths that we hopefully never
Henning Brauer
2004-03-03
missing freeaddrinfo()
Henning Brauer
2004-03-02
KNF
Henning Brauer
2004-03-02
flesh out the address and prefix parsing, include v6 code, but reject v6
Henning Brauer
2004-03-02
Framework for rib lookups by prefix. OK henning@
Claudio Jeker
2004-03-02
Use ntohl() to compare in_addr_t so the tree is nicely sorted.
Claudio Jeker
2004-03-01
spelling
Theo de Raadt
2004-03-01
don't print empty descr
Henning Brauer
2004-03-01
make sure AS doesn't exceed upper bound, issue pointed out by
Henning Brauer
2004-03-01
KNF
Henning Brauer
2004-03-01
Arrrg. Not my day. Sync printconfig with parser here too.
Claudio Jeker
2004-03-01
Forgotten in the last commit. Sync printconfig and parser.
Claudio Jeker
2004-03-01
Sync printconfig.c with parse.y. OK henning@
Claudio Jeker
2004-03-01
Make it possible to diable the decision process. This is a feature only useful
Claudio Jeker
2004-02-29
plug memory leak: when a control connection is closed we need to clear
Henning Brauer
2004-02-29
of course the control socket needs to be nonblocking as well, i could have
Henning Brauer
2004-02-29
Make sure that the fib output is nicely sorted. Use ntohl to compare
Claudio Jeker
2004-02-27
remove unneded peer pointer in struct prefix and change a in_addr_t to
Claudio Jeker
2004-02-27
Cleanup no functional changes. OK henning@
Claudio Jeker
2004-02-27
It is possible to end up in prefix_add with a prefix that needs to be moved.
Claudio Jeker
2004-02-26
show rib infrastructure. At least full dumps and per as dumps. Per prefix
Claudio Jeker
2004-02-26
Clean up comments and replace a if with a ENSURE because NULL nexthops are
Claudio Jeker
2004-02-26
Implement "enforce neighbor-as yes|no" which is by default on for ebgp
Claudio Jeker
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
[next]