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
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-19
Add softreconfig support for peers changing the RIB. Done by first unloading
Claudio Jeker
2010-05-17
Last bits of MPLS VPN support. Hook kernel routing tables and RIB together.
Claudio Jeker
2010-05-04
Assuming that a prefixlen 32 is a host route is not clever when IPv6 comes
Claudio Jeker
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-03-30
Hmpf, aid2af() leftover from the time I did the transition that should not
Claudio Jeker
2010-03-29
We always allocate rib ids dynamicaly so there is no need for allowing
Claudio Jeker
2010-03-03
Replace enum rib_state with enum reconf_action since their doing the same.
Claudio Jeker
2010-02-09
Don't hardcode the AID to AID_INET6 when sending MP EoR updates.
Claudio Jeker
2010-02-08
Unbreak IPv6 local address lookups. Some idiot aka me optimised a loop and
Claudio Jeker
2010-02-08
It is enough that peer->capa.mp[i] is non zero. It does not need to be 1.
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-11
Make sure we do not add trailing garbage while parsing a prefix that has a
Claudio Jeker
2010-01-10
Generate a EoR marker in the update list instead of sending it independent
Claudio Jeker
2010-01-10
Switch rib_dump() to use AID instead of AFs. OK henning@
Claudio Jeker
2010-01-05
Make sure that all important config variables are synced on a reload in
Claudio Jeker
2009-12-31
Instead of passing the config via arguments to the childs on bootup issue
Claudio Jeker
2009-12-18
Merge rde_filter_community() with community_match() and kill a useless
Claudio Jeker
2009-12-16
Implement "set ext-community [delete] subtype key:value" to set and delete
Claudio Jeker
2009-12-08
Big AID change part two. This changes the mp capability into an array of
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-11-11
Plug two memory leaks in error pathes. Found by parfait. OK henning, jsg
Claudio Jeker
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost
Claudio Jeker
2009-10-28
Free correct buffer.
Claudio Jeker
2009-10-26
Better error handling when doing mrt dumps (e.g. when there is no more space
Claudio Jeker
2009-10-12
Only dump AFI/SAFI pairs that are active. For IPv6 check the announced and
Claudio Jeker
2009-10-12
Send correct EOR updates. peer_send_eor() does not accept the AFI_ALL and
Claudio Jeker
2009-10-08
remove an unused variable, ok claudio@ henning@
Stuart Henderson
2009-10-05
Load prefixes into new created RIBs at reload time by walking over the
Claudio Jeker
2009-10-05
draft-ietf-idr-restart is RFC 4724 since quite some time.
Claudio Jeker
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
[next]