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-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
2004-01-10
RDE update generation. First we queue all updates and withdraws on a per
Claudio Jeker
2004-01-07
Modified version of hennings last patch. OK henning@
Claudio Jeker
2004-01-07
don't ever send kroute change (that includes add) requests to the parent
Henning Brauer
2004-01-07
Make sure that kroute updates for the FIB are only sent if there is a
Claudio Jeker
2004-01-06
2004
Henning Brauer
2004-01-05
Big overhaul of the mrt code.
Claudio Jeker
2004-01-04
split the dispatch_imsg function into twom one per pipe.
Henning Brauer
2004-01-04
in the SE, keep the remote router-id in network byte order, just like
Henning Brauer
2004-01-03
move some session specific stuff to session.h and make the few files
Henning Brauer
2004-01-03
decouple the peer list from bgpd_config.
Henning Brauer
2004-01-03
change imsg_read semantics so that the number of bytes read is returned.
Henning Brauer
2004-01-01
now that imsg_get uses bigger buffers, one read call can put more than one
Henning Brauer
2003-12-27
implement "no fib-update" much cooler
Henning Brauer
2003-12-27
do not print NULL nexthop (e.g. from a withdrawn route)
Jakob Schlyter
2003-12-26
print nexthop when logging. ok henning@
Jakob Schlyter
2003-12-26
"when you try to be very smart, something breaks horribly"
Henning Brauer
2003-12-26
when asking the kernel to add a route, send him the true nexthop and not
Henning Brauer
2003-12-26
add option 'log updates' to log updates. ok henning@
Jakob Schlyter
2003-12-26
let imsg_get and imsg_compose not fatal() but return errors upstream.
Henning Brauer
2003-12-26
when this project started and i added the fatal() function, I made it take
Henning Brauer
[next]