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
2017-05-30
remove extended communities that have the transitive bit set from
Sebastian Benoit
2017-05-28
Implement an XON/XOFF protocol between the RDE and the SE to throttle
Claudio Jeker
2017-01-25
Hopefully the last of the struct rib rototilling. Peer just points to a
Claudio Jeker
2017-01-25
Switch rde_generate_update and rde_send_kroute to accept a struct rib instead
Claudio Jeker
2017-01-24
Save some space in struct rib_entry so it is back to 64bytes (on 64bit archs).
Claudio Jeker
2017-01-23
Rename rib pointer in struct prefix to re since it points to a rib_entry.
Claudio Jeker
2017-01-23
Introduce a struct rib sitting between struct rib_desc and struct rib_tree.
Claudio Jeker
2017-01-23
Revert the struct rib_tree rename. I need a struct in between because of
Claudio Jeker
2017-01-23
More rototilling, make rib_new and rib_find return a point to struct rib_desc
Claudio Jeker
2017-01-23
Now rename struct rib_tree to struct rib. Again OK gcc
Claudio Jeker
2017-01-23
Rename struct rib to struct rib_desc. Mechanical change, OK gcc
Claudio Jeker
2016-10-27
Huawei squatted on BGP Path Attribute 30, and Cisco squatted on 31. So,
Peter Hessler
2016-10-14
Add support for draft-ietf-idr-large-community
Peter Hessler
2015-11-06
Radically improve the performance of bgpd filters. Based on PF's skip
Peter Hessler
2015-03-14
rename rde_free_filter() to filterlist_free() and start using it outside
Claudio Jeker
2013-08-14
Rewrite the internals of the RDE reload logic.
Claudio Jeker
2013-07-17
on graceful restart, the number of prefixes could be counted wrong,
Sebastian Benoit
2012-10-28
Change email address in copyright to one that is valid.
Claudio Jeker
2012-09-12
Better graceful restart support (implementing more then just the EoR record).
Claudio Jeker
2012-08-12
By default mask the reserved bits and the ext len bit in the attribute
Claudio Jeker
2011-09-21
Fix nexthop_modify() to reset the flags when called. Until now
Claudio Jeker
2011-09-20
Move a few functions into util.c because bgpctl will need them soon.
Claudio Jeker
2011-09-18
Reorder the headerfiles a bit. Move the bgpd specific prototypes out of
Claudio Jeker
2011-09-17
Implement new mrt table dump format as specified in draft-ietf-grow-mrt.
Claudio Jeker
2010-11-18
Accept but ignore (treat as withdraw) updates with AS_CONFED_* path
Claudio Jeker
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
Implement two new filters, max-as-len and max-as-seq. The first is limiting
Claudio Jeker
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-03-29
I'm going to need community_ext_conv() outside of rde_attr.c soon, so move
Claudio Jeker
2010-03-29
We always allocate rib ids dynamicaly so there is no need for allowing
Claudio Jeker
2010-03-05
Allow to filter for ext-community attributes. Currently only perfect matches
Claudio Jeker
2010-03-03
Replace enum rib_state with enum reconf_action since their doing the same.
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-10
Switch rib_dump() to use AID instead of AFs. OK henning@
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-10-05
Load prefixes into new created RIBs at reload time by walking over the
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-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
[next]