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
2008-05-02
Fix logic when setting the F_RIB_ELIGIBLE flag. A path with a NULL nexthop
Claudio Jeker
2008-02-26
Ignore and drop path attributes with a type code of 0 instead of sending an
Claudio Jeker
2007-11-27
Prefixes or actually pathes that would cause a rooting loops should not be
Claudio Jeker
2007-09-16
log_fmt_peer() does not use a static buffer so it is necessary to free the
Claudio Jeker
2007-06-19
Ignore SIGHUP in bgpd's children to allow the use of pkill -1 bgpd for
Pierre-Yves Ritschard
2007-05-11
Various spelling fixes from Stuart Henderson.
Claudio Jeker
2007-04-23
Make bgpd 4-byte AS compatible. All internal representations of AS numbers
Claudio Jeker
2007-04-06
Count the updates and withdraws for additional statisic gathering.
Claudio Jeker
2007-03-28
add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given community
Henning Brauer
2007-03-16
A few more s/2858/4760/ and use RFC <number> everywhere.
Claudio Jeker
2007-03-16
Update multiprotocol extension code to RFC 4760. This actually removes
Claudio Jeker
2007-03-12
When running show commands that are restarted make sure that we either
Claudio Jeker
2007-02-22
KNF
Henning Brauer
2007-01-26
Massiv rework of the control imsg flow. Main changes:
Claudio Jeker
2007-01-24
Lock the nexthop while parsing an update by increasing the reference count.
Claudio Jeker
2007-01-04
Do not run rde_shutdown() unless bgpd is started with -d.
Claudio Jeker
2006-12-12
Kill peer_remove(). This function is only used once so inline it there.
Claudio Jeker
2006-12-08
no need for KAME_SCOPEID; just check __KAME__.
Jun-ichiro itojun Hagino
2006-11-10
char -> u_char in a few places
Henning Brauer
2006-09-19
when the neighbor announced the restart capability, send the end-of-rib
Henning Brauer
2006-08-23
Extend show rib interface code so that it is possible to show the adj-rib-in
Claudio Jeker
2006-08-22
do not send the empty UPDATE message as End-of-RIB marker yet, Juniper
Henning Brauer
2006-08-14
after a bulk transfer (initial or caused by route refresh request),
Henning Brauer
2006-06-15
Instead of passing three different kinds of arguments in show rib control
Claudio Jeker
2006-06-14
Send bot nexthops (exit and true) in the bgpctl show rib cases. bgpctl
Claudio Jeker
2006-05-28
Preload and pin nexthop used in filtersets so the are validiated when used.
Claudio Jeker
2006-04-21
attr_init() should use attrhashsize and not pathhashsize. Found via a lint
Claudio Jeker
2006-04-12
It is no longer allowed to change attributes in place. This corrupts the
Claudio Jeker
2006-04-05
remote_bgpid is stored in host byte order so a htonl() is needed when putting
Claudio Jeker
2006-03-22
Add a new SHOW imsg to send optional attributes to bgpctl. This can be used
Claudio Jeker
2006-03-13
Fix for PR 5052. Be more careful about the announced networks we accept.
Claudio Jeker
2006-02-10
Make it possible to turn suftreconfig in/out on or off. Default is on for
Claudio Jeker
2006-02-02
Implement new special community "neighbor-as". neighbor-as is expanded on
Claudio Jeker
2006-01-24
Last bits for softreconfig in support. Now bgpd will automaticaly rei-filter
Claudio Jeker
2006-01-24
Check if filter changed on a per peer basis. This should speed up the
Claudio Jeker
2006-01-24
Finally start using the Adj-RIB-In. The most complex part is the modification
Claudio Jeker
2006-01-20
Proactively fix prefix counters. Currently only F_LOCAL prefixes exist but
Claudio Jeker
2006-01-20
Don't leak a aspath in network_add(). path_update() copies the aspath so
Claudio Jeker
2006-01-14
Small step in supporting the Adj-RIB-In additionaly to the Local-RIB.
Claudio Jeker
2006-01-13
Simplify evaluation process. Instead of checking the reachability of a prefix
Claudio Jeker
2006-01-12
Copy AS path in rde_filter() on demand instead of doing it before calling
Claudio Jeker
2006-01-05
Cache optional BGP attributes (mostly communities) and use a simple
Claudio Jeker
2006-01-04
Simplify shutdown function and sprinkle some rde_quit checks into functions
Claudio Jeker
2006-01-03
Track some (memory) statistics in the RDE. Accessible via bgpctl.
Claudio Jeker
2006-01-03
Kill WFLAG macro. Should have been included in the rde_attr_parse() merge.
Claudio Jeker
2006-01-03
No need to check the poll fds in case of EINTR. OK dlg@
Claudio Jeker
2005-12-30
Merge rde_attr_error() into rde_attr_parse() it is no longer necessary to
Claudio Jeker
2005-12-24
Don't use bzero(&pfd, sizeof(pfd)); pfd is an array so bzero(pfd, sizeof(pfd));
Claudio Jeker
2005-12-09
Unkown attributes need to be optional, if not issue a "unknown wellknown
Claudio Jeker
2005-12-08
Missing ntohs() in error path. Found via regress test.
Claudio Jeker
[next]