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
Age
Commit message (
Expand
)
Author
2009-06-29
Protect the other rde_send_kroute() with a F_RIB_NOFIB check.
Claudio Jeker
2009-06-29
Doh! Fix logic botch that disconnected the FIB from the Loc-RIB instead of
Claudio Jeker
2009-06-29
Unfuck mrt table dumps and plug a memory leak while there.
Claudio Jeker
2009-06-25
Add missing RTM_VERSION checks. Bad me, no cockies.
Claudio Jeker
2009-06-25
incorrect .PATH setting, discovered with nicm
Theo de Raadt
2009-06-22
Log a warning when "enforce remote-as" is triggered. ok claudio@
Stuart Henderson
2009-06-12
Move prefixlen2mask and inet6applymask to util.c so that we can kill the
Claudio Jeker
2009-06-08
revert this change by eric@:
David Gwynne
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-07
Make the imsg protocol network-safe.
Eric Faurot
2009-06-07
Initial documentation for the new stuff
Claudio Jeker
2009-06-07
First attempt at reload support for RIBs. There is some magic that I do
Claudio Jeker
2009-06-06
change the imsg header fields a bit to prepare for upcoming changes.
Eric Faurot
2009-06-06
Reorder IMSG types to put the "exported" ones further down so they do not
Claudio Jeker
2009-06-06
Fix bgpctl show rib prefix/len command. Problem reported by Insan Praja.
Claudio Jeker
2009-06-06
Get ready for including imsg.h from a lib, when it comes along.
Pierre-Yves Ritschard
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 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-06
Minor cleanup.
Claudio Jeker
2009-06-05
rtm->rtm_hdrlen conversion
Chris Cappuccio
2009-06-05
Don't call the main RIB DEFAULT but Loc-RIB. Makes more sense.
Claudio Jeker
2009-06-05
Adjust print_config to all the stuff added in the last days.
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
Implement rib_find and add a rib id to struct rde_peer.
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-04
Document that we accept ASPLAIN format 32-bit ASN.
Stuart Henderson
2009-06-03
Allocate all rib contextes for tree walks and don't use static stack memory.
Claudio Jeker
2009-06-03
Initial stab at rib_free() until now unused.
Claudio Jeker
2009-06-03
Better way to allocate new RIBs.
Claudio Jeker
2009-06-03
Make prefix_destroy more generic and use it in prefix_remove this is possible
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-06-01
Do not call the upcall twice on some prefixes. Move the upcall back to
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-30
Only use a single tree for all address families. There is no need for multiple
Claudio Jeker
2009-05-27
Move update and withdraw code into own functions to simplify the necessary
Claudio Jeker
2009-05-27
add an option to change the "connect-retry" timer which defaults to 120s.
Reyk Floeter
2009-05-25
In dispatch_rtmsg_addr() don't fatal on missing multipath deletes. Not 100%
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
Simplify the IMSG_CTL_SHOW_NETWORK case and make it actually work by sending
Claudio Jeker
2009-05-17
rib_dump_r needs to check the af of the prefix because there is no rib per
Claudio Jeker
[next]