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
/
rde_update.c
Age
Commit message (
Expand
)
Author
2004-03-11
Add basic support for communities. Currently it is only possible to filter
Claudio Jeker
2004-03-09
When a new prefix is filtered it is necessary to remove the old prefix.
Claudio Jeker
2004-03-04
no ; after RB_PROTOTYPE / RB_GENERATE
Henning Brauer
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-02-27
remove unneded peer pointer in struct prefix and change a in_addr_t to
Claudio Jeker
2004-02-25
Announce local networks to IBGP neighbors. OK henning@
Claudio Jeker
2004-02-24
It is possible that a queued path attribute has no nlri prefix. Ignore and
Claudio Jeker
2004-02-19
Add support for basic filters. Nothing optimized and it has some issues but
Claudio Jeker
2004-02-18
Do aspath loop detecion for outgoing messages too, but this time with the
Claudio Jeker
2004-02-18
Fix a nasty memory leak. OK henning@
Claudio Jeker
2004-02-17
Make gcc on sparc happy. OK henning@
Claudio Jeker
2004-02-09
replace a bunch of u_long by u_int32_t
Henning Brauer
2004-02-04
Move the update generation into a separate file. The update generation has
Claudio Jeker