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
2009-08-06
Implement the error handling as proposed in draft-ietf-idr-optional-transitive
Claudio Jeker
2009-06-29
Unfuck mrt table dumps and plug a memory leak while there.
Claudio Jeker
2009-06-22
Log a warning when "enforce remote-as" is triggered. ok claudio@
Stuart Henderson
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-07
First attempt at reload support for RIBs. There is some magic that I do
Claudio Jeker
2009-06-06
Fix bgpctl show rib prefix/len command. Problem reported by Insan Praja.
Claudio Jeker
2009-06-06
sync bgpd/bgpctl with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-06
Make it possible to select the RIB that a show command should show.
Claudio Jeker
2009-06-06
Some preliminary filter magic to support multiple RIBs on the filters.
Claudio Jeker
2009-06-06
Only generate updates for peers that are member of the RIB that update is
Claudio Jeker
2009-06-06
Minor cleanup.
Claudio Jeker
2009-06-05
Make it possible to bind peers to a specified RIB. Now only filters and
Claudio Jeker
2009-06-05
Change the way we do mrt dumps in the rde (from the retarded only one dump
Claudio Jeker
2009-06-04
Make mrt understand alternate RIB plus remove some other static rib references.
Claudio Jeker
2009-06-04
Export networks to be redistributed into all ribs for now.
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-02
Make show rib as and show rib community use the same dump code as the other
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-05-27
Move update and withdraw code into own functions to simplify the necessary
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
Simplify the IMSG_CTL_SHOW_NETWORK case and make it actually work by sending
Claudio Jeker
2009-05-17
Rework most of the RDE to allow multiple RIBs. This is mostly preparation
Claudio Jeker
2009-05-11
Make bgpctl show network print both AF_INET and AF_INET6 as mentioned in the
Claudio Jeker
2009-04-23
Rework the way we handle announced networks. Instead of two freak rde_peers
Claudio Jeker
2009-03-18
Correctly check for MRT_TABLE_DUMP_MP and don't send the config to the SE.
Claudio Jeker
2009-03-13
No need for a line break, makes code a bit more compact.
Claudio Jeker
2009-03-13
Next step in mrt cleanup. Switch buf_write to a smarter version of itself.
Claudio Jeker
2009-03-13
Move mrt code over to use the msgbuf way of queuing buffers instead of rolling
Claudio Jeker
2009-03-13
More paranoia when parsing empty updates. Make sure they are really empty and
Claudio Jeker
2009-01-13
Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893,
Stuart Henderson
2008-12-28
Add a ugly workaround for the problem where an invalid AS4_PATH is passed
Claudio Jeker
2008-12-12
Follow RFC 4271 more closely by sending the correct error back for optional
Claudio Jeker
2008-06-15
Paranoia check. Make sure that the 2 len bytes are actually available.
Claudio Jeker
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
[next]