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
/
bgpd.h
Age
Commit message (
Expand
)
Author
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-17
Last bits of MPLS VPN support. Hook kernel routing tables and RIB together.
Claudio Jeker
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-04-28
Allow neighbor-as in AS filter statements like:
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-04-06
Switch to a more address family independent nexthop imsg. Instead of passing
Claudio Jeker
2010-03-29
Implement a log_rd() function to print the route destinguisher in a nice
Claudio Jeker
2010-03-05
Allow to filter for ext-community attributes. Currently only perfect matches
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
Switch rib_dump() to use AID instead of AFs. OK henning@
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-26
support for set origin; based on an initial diff from
Henning Brauer
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost
Claudio Jeker
2009-09-04
Use the address familiy of the neighbor IP to decide which MP type to use.
Claudio Jeker
2009-08-31
Use UINT_MAX instead of ASNUM_MAX and get rid of this mostly useless define.
Claudio Jeker
2009-07-23
Send the used kroute along with the nexthop information. This allows us
Claudio Jeker
2009-07-20
Include more info in the bgpctl show nexthop ctl message. Mainly add the
Claudio Jeker
2009-06-12
Move prefixlen2mask and inet6applymask to util.c so that we can kill the
Claudio Jeker
2009-06-07
First attempt at reload support for RIBs. There is some magic that I do
Claudio Jeker
2009-06-06
Reorder IMSG types to put the "exported" ones further down so they do not
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-05
Make it possible to bind peers to a specified RIB. Now only filters and
Claudio Jeker
2009-06-04
Add "rde rib <name>" to the config and allow the rde to use these other RIBs.
Claudio Jeker
2009-05-27
add an option to change the "connect-retry" timer which defaults to 120s.
Reyk Floeter
2009-05-17
Rework most of the RDE to allow multiple RIBs. This is mostly preparation
Claudio Jeker
2009-05-05
fix a couple of comment typos
Stuart Henderson
2009-04-23
allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAIN
Stuart Henderson
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-18
Introduce local_as in the peer config. This allows per peer local AS and
Claudio Jeker
2009-03-13
Next step in mrt cleanup. Switch buf_write to a smarter version of itself.
Claudio Jeker
2009-03-13
Sync buffer API with the one from ospfd. The dynamic buffers will make other
Claudio Jeker
2008-12-12
Make bgpd route priority aware and while there sync in the basics to correctly
Claudio Jeker
2008-01-23
Add defines for extended communities. OK henning@
Claudio Jeker
2007-12-23
send timers for bgpctlshow neighbor foo timer in seperate messages after
Henning Brauer
2007-10-13
in all these programs using the same pfctl-derived parse.y, re-unify the
Theo de Raadt
2007-09-11
baudrate u_long -> u_int64_t
Henning Brauer
2007-05-28
allow matching on communities using 0 in the AS part, that is in use.
Henning Brauer
2007-05-15
Graceful restart is no longer a draft so point it to the right RFC 4724.
Claudio Jeker
2007-04-23
Make bgpd 4-byte AS compatible. All internal representations of AS numbers
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-06
allow filtering on peer-as (leftmost AS in path), ok claudio
Henning Brauer
[next]