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
2009-08-06
Implement the error handling as proposed in draft-ietf-idr-optional-transitive
Claudio Jeker
2009-06-06
Some preliminary filter magic to support multiple RIBs on the filters.
Claudio Jeker
2009-06-06
Only the main Loc-RIB should update the FIB for now. So introduce a
Claudio Jeker
2009-06-06
Only generate updates for peers that are member of the RIB that update is
Claudio Jeker
2009-06-04
Implement rib_find and add a rib id to struct rde_peer.
Claudio Jeker
2009-06-04
Add "rde rib <name>" to the config and allow the rde to use these other RIBs.
Claudio Jeker
2009-06-03
Better way to allocate new RIBs.
Claudio Jeker
2009-06-02
Move the rest of the rib dump functions into rde_rib.c where it belongs.
Claudio Jeker
2009-06-01
Use only one list to queue the dump contextes on. Use the list in struct
Claudio Jeker
2009-06-01
Holy simplification batman. Use the per rib entry flags to lock entries
Claudio Jeker
2009-06-01
Instead of storing a pointer to the RIB head in the RIB element use that
Claudio Jeker
2009-05-27
Move update and withdraw code into own functions to simplify the necessary
Claudio Jeker
2009-05-21
Make it possible to turn off the decision process per RIB. This is mainly
Claudio Jeker
2009-05-17
F_LOCAL and F_ORIGINAL are gone. The Adj-Rib-In is now a distinct tree.
Claudio Jeker
2009-05-17
Rework most of the RDE to allow multiple RIBs. This is mostly preparation
Claudio Jeker
2009-04-23
Rework the way we handle announced networks. Instead of two freak rde_peers
Claudio Jeker
2009-03-19
Implement a attr_writebuf() function that works on a struct buf instead of
Claudio Jeker
2009-01-13
Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893,
Stuart Henderson
2008-11-21
Track nexthops when the underlying route is changing. Until now true nexthops
Claudio Jeker
2008-01-23
Add defines for extended communities. OK henning@
Claudio Jeker
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
[next]