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_update.c
Age
Commit message (
Expand
)
Author
2012-04-12
The ebgp flags is just a truth value and it is better to not == 1 compares.
Claudio Jeker
2010-12-31
Add missing #includes instead of assuming that some system header pulls in
Philip Guenthe
2010-02-11
While looking through this code I figured out that set nexthop self and
Claudio Jeker
2010-01-13
Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so
Claudio Jeker
2010-01-10
Generate a EoR marker in the update list instead of sending it independent
Claudio Jeker
2010-01-09
Fix fatalx message.
Claudio Jeker
2009-12-18
Merge rde_filter_community() with community_match() and kill a useless
Claudio Jeker
2009-12-08
Big AID change part two. This changes the mp capability into an array of
Claudio Jeker
2009-12-04
Remove a hardcoded AF_INET6 with the correct use of the current AID.
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-10-30
Routers with "transparent-as yes" set should behave more like iBGP ones.
Claudio Jeker
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-03-26
argh, do not reuse the global trans_as flag to be applied to the peer
Henning Brauer
2009-03-22
make transparent-as yes|no settable peer neighbor with the global setting
Henning Brauer
2009-03-13
Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly.
Claudio Jeker
2009-01-13
Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893,
Stuart Henderson
2008-12-12
Correctly set the partial bit on the AS4_PATH and AS4_AGGREGATOR attribute.
Claudio Jeker
2008-11-01
Use correct function names in fatal() messages.
Claudio Jeker
2007-11-27
Prefixes or actually pathes that would cause a rooting loops should not be
Claudio Jeker
2007-05-31
Correctly encode ATTR_NEW_AGGREGATOR. The new aggregator is the one that
Claudio Jeker
2007-05-29
Correctly fill the MP reach and unreach update messages. Until now
Claudio Jeker
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-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-01-31
Do not check that the aspath is loopfree for the peer when sending updates.
Claudio Jeker
2006-11-10
char -> u_char in a few places
Henning Brauer
2006-04-21
Remove function prototype that was never used. From deraadt@
Claudio Jeker
2006-04-04
add "set nexthop self", force nexthop to be set to own address even with IBGP
Henning Brauer
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
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-29
even more spaces and tabs.
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-11-01
Switch from the per peer filter set list to a filter-only solution.
Claudio Jeker
2005-10-19
tsc tsc tsc, tabs are not always holy
Henning Brauer
2005-08-10
Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know
Claudio Jeker
2005-07-29
Debugging session at WTH. Fix many bugs in the IPv6 support -- some copy paste
Claudio Jeker
2005-07-29
Add another piece to the IPv6 puzzle. This time code to generate MP updates.
Claudio Jeker
2005-06-16
use prefixlen2mask() instead of doing the bitshifting by hand; fixes the
Henning Brauer
2005-03-11
Finally commit the transparent-as and nexthop no-modify stuff I wrote on the
Claudio Jeker
2005-02-07
spelling fix
David Krause
2004-11-11
spaces at EOL in comments, spotted by theo
Henning Brauer
2004-11-11
Store the local v4 and v6 address of a session. For IPv4 sessions the first
Claudio Jeker
2004-09-28
Add prepend-neighbor feature. Prepend the remote-as n times similar to
Claudio Jeker
[next]