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.h
Age
Commit message (
Expand
)
Author
2007-11-27
Prefixes or actually pathes that would cause a rooting loops should not be
Claudio Jeker
2007-06-01
Remove a stupid wrapper function that does nothing more then calling another
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-01-26
Massiv rework of the control imsg flow. Main changes:
Claudio Jeker
2006-11-10
char -> u_char in a few places
Henning Brauer
2006-05-28
Even better nexthop delete behaviour. Do not delete nexthop if they are used
Claudio Jeker
2006-05-28
Preload and pin nexthop used in filtersets so the are validiated when used.
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-04-04
add "set nexthop self", force nexthop to be set to own address even with IBGP
Henning Brauer
2006-03-22
Add a new SHOW imsg to send optional attributes to bgpctl. This can be used
Claudio Jeker
2006-02-09
Implement "set community delete 65001:*" and friends. This will remove
Claudio Jeker
2006-02-02
Implement new special community "neighbor-as". neighbor-as is expanded on
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
Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL and
Claudio Jeker
2006-01-14
Small step in supporting the Adj-RIB-In additionaly to the Local-RIB.
Claudio Jeker
2006-01-12
Copy AS path in rde_filter() on demand instead of doing it before calling
Claudio Jeker
2006-01-10
The attributes cache broke the set community filterset because community_set()
Claudio Jeker
2006-01-05
Cache optional BGP attributes (mostly communities) and use a simple
Claudio Jeker
2006-01-03
Track some (memory) statistics in the RDE. Accessible via bgpctl.
Claudio Jeker
2006-01-03
Move functions shared with bgpctl into new file util.c. Simplifies the
Claudio Jeker
2005-12-30
There is no attr_mp_nexthop() function, remove the prototype.
Claudio Jeker
2005-12-30
Remove unused attr_optlen()
Claudio Jeker
2005-12-30
Use sys/hash.h instead of own built functions that work similar.
Claudio Jeker
2005-11-29
Add a flags field to struct prefix which will be used shortly. Remove the peer
Claudio Jeker
2005-11-02
Implement filterset_equal() and rde_filter_equal(). Both return 1 if
Claudio Jeker
2005-11-01
Softreconfig out support. On config reload filter changes of outgoing rules
Claudio Jeker
2005-11-01
Major cleanup in rde_update.c. Merge equal code used in different places
Claudio Jeker
2005-08-10
Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know
Claudio Jeker
2005-07-29
Add another piece to the IPv6 puzzle. This time code to generate MP updates.
Claudio Jeker
2005-07-01
The newly introduced function filterset_free() existed already as
Claudio Jeker
2005-07-01
Make the pftable filter set use the name2id "cache" like the route labels.
Claudio Jeker
2005-06-29
rtlabel support via filter sets. Just use "set rtlabel foobar" in filters
Claudio Jeker
2005-06-10
Introduce attr_optlen() to get the total lenght of an optional attribute
Claudio Jeker
2005-04-12
Introduce a per prefix weight. The weight is used to tip prefixes with equal
Claudio Jeker
2005-03-11
Finally commit the transparent-as and nexthop no-modify stuff I wrote on the
Claudio Jeker
2004-12-23
sort structs for most optimal alignment, help mickey, claudio ok
Henning Brauer
2004-11-23
Switch from a single filter_set to a linked list of sets. With this change
Claudio Jeker
2004-11-11
Store the local v4 and v6 address of a session. For IPv4 sessions the first
Claudio Jeker
2004-11-11
New config statement "rde route-age [evaluate|ignore]". If set to evaluate
Claudio Jeker
2004-11-10
Remove no longer needed code. OK henning@
Claudio Jeker
2004-09-28
gcc-ism. We don't want it, we don't need it.
Claudio Jeker
2004-09-28
Add prepend-neighbor feature. Prepend the remote-as n times similar to
Claudio Jeker
2004-08-13
Fix minor issues with IPv6 dumps and add a function for dumping the RIB table
Claudio Jeker
2004-08-12
Just ignore RFC2545 and the silly idea of using link local addresses as
Claudio Jeker
2004-08-10
switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr
Claudio Jeker
2004-08-10
Correctly set the MED in outgoing UPDATEs. OK henning@
Claudio Jeker
[next]