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.c
Age
Commit message (
Expand
)
Author
2004-03-20
comment spelling fixes; ok henning@
David Krause
2004-03-15
properly check chdir success after chroot() and tweak err msgs a little,
Henning Brauer
2004-03-12
tweak err reporting
Henning Brauer
2004-03-12
not debugging any more
Henning Brauer
2004-03-11
KNF
Henning Brauer
2004-03-11
Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@
Claudio Jeker
2004-03-10
when we exit try to write out what is left in the msg buffers for the imsg
Henning Brauer
2004-03-05
Plug some memory leaks in rde. Based on a patch by Patrick Latifi.
Claudio Jeker
2004-03-02
Framework for rib lookups by prefix. 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-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-26
show rib infrastructure. At least full dumps and per as dumps. Per prefix
Claudio Jeker
2004-02-26
Implement "enforce neighbor-as yes|no" which is by default on for ebgp
Claudio Jeker
2004-02-26
Add per netwok definition filter sets. So you can now use
Claudio Jeker
2004-02-25
Rewrite some parts of the mrt dump handling. It is no longer possible to
Claudio Jeker
2004-02-24
Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to use
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-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-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-17
Somehow size needs some time to settle. The direct inline call of attr_error
Claudio Jeker
2004-02-16
Extend imsg API so that messages can be composed on the fly. In the RDE it
Claudio Jeker
2004-02-16
Make the path attribute handling more RFC conformant. Also move the
Claudio Jeker
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-07
send filter rules to the RDE on reloads, help & ok claudio
Henning Brauer
2004-02-02
spaces
Theo de Raadt
2004-02-02
Fix bug in the decision process. The decision process is unable to directly
Claudio Jeker
2004-02-02
Seal a memory leak and fix a format string, conf->as is unsigned.
Claudio Jeker
2004-01-28
catch SIGINT here as well so we can properly shut down if ^C'ed in debug mode
Henning Brauer
2004-01-27
move strict kroute from in_addr_t for nexthop and prefix to struct in_addr
Henning Brauer
2004-01-27
use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and
Henning Brauer
2004-01-22
provide a log_debug and use it in rde.c.
Henning Brauer
2004-01-22
use log_peer_warnx() now that we can, claudio agrees
Henning Brauer
2004-01-22
use log_warnx and log_info. reclassify a few messages in the process and fix
Henning Brauer
2004-01-17
Make it possible to announce own networks. In the RDE these prefixes are
Claudio Jeker
2004-01-13
Implement a max-prefix and a announce none | self | all neighbor statement.
Claudio Jeker
2004-01-13
Better update error handling. Ensure that the session goes down and
Claudio Jeker
2004-01-13
Dump and send RIB to the neighbor if his session is comming up.
Claudio Jeker
2004-01-11
KNF
Henning Brauer
2004-01-11
This comment is not true. We decided to use a separate struct kroute6
Claudio Jeker
2004-01-11
remove obsolete comment
Henning Brauer
2004-01-11
Bad sizeof slipped in while resolving a conflict. OK henning@
Claudio Jeker
2004-01-11
Move all struct in_addr to either struct bgpd_addr or in_addr_t whichever
Claudio Jeker
2004-01-11
in the nexthop imsgs use struct bgpd_addr for the data part instead of
Henning Brauer
2004-01-11
Add to the IMSG_SESSION_UP message the local and remote address of the
Claudio Jeker
2004-01-11
KNF
Henning Brauer
2004-01-10
Implement as path prepends. At least one prepend is needed for ebgp
Claudio Jeker
[next]