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
2010-01-13
Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so
Claudio Jeker
2010-01-11
Do not crash when starting up with a bad config file. Check that
Claudio Jeker
2010-01-11
lex <=, >=, !=, and >< into a single token for correctness and to reduce the
Theo de Raadt
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-09
Fix fatalx message.
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-17
Fix formatstring in printf.
Claudio Jeker
2009-12-16
Implement "set ext-community [delete] subtype key:value" to set and delete
Claudio Jeker
2009-12-14
addr2sa() will return NULL for AID_UNSPEC and pfkey_send() may end up with
Claudio Jeker
2009-12-09
parsecommunity() always works on a struct filter_community. So pass a
Claudio Jeker
2009-12-09
parsecommunity() does not allow to set unknown well-known communities.
Claudio Jeker
2009-12-08
porcesses -> processes
Jonathan Gray
2009-12-08
Big AID change part two. This changes the mp capability into an array of
Claudio Jeker
2009-12-06
Doh, switch src and dst in memcpy calls or the wrong thing gets copied.
Claudio Jeker
2009-12-04
Remove a hardcoded AF_INET6 with the correct use of the current AID.
Claudio Jeker
2009-12-03
Stop the IdleHold timer when going to idle state. This makes it a bit
Claudio Jeker
2009-12-03
A bgpctl nei XY clear should not restart neighbors that are administrativly
Claudio Jeker
2009-12-03
Only log if there is a chance that the session may come up if the neighbor
Claudio Jeker
2009-12-02
log_warn() consistency.
Michael Knudsen
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-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-30
Routers with "transparent-as yes" set should behave more like iBGP ones.
Claudio Jeker
2009-10-28
tweak previous;
Jason McIntyre
2009-10-28
Free correct buffer.
Claudio Jeker
2009-10-28
Document the "rib" filter parameter to specify the rib a rule applies to.
Claudio Jeker
2009-10-26
Add RFC2545 to the list of standarts supported by bgpd.
Claudio Jeker
2009-10-26
Better error handling when doing mrt dumps (e.g. when there is no more space
Claudio Jeker
2009-10-22
fix two typos in documentation.
Igor Sobrado
2009-10-13
Forgot this bit when disableing restart capability.
Claudio Jeker
2009-10-13
Disable graceful restart for now. The EOR marker is sent in the wrong place
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-06
Add config knobs to enable/disable individual BGP capabilities per neighbor.
Claudio Jeker
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-09-30
carp_demote_ioctl() can handle more then +/-1 steps so there is no need to
Claudio Jeker
2009-09-28
Fix typo (creat/create)
Stuart Henderson
2009-09-22
Update capability code to follow RFC 5492. Unlike before multiple
Claudio Jeker
2009-09-15
Enclose repeated buffer draining code in a new msgbuf_drain()
Jacek Masiulaniec
2009-09-04
Make sure that a proper syntax error is produced when something else then
Claudio Jeker
2009-09-04
Use the address familiy of the neighbor IP to decide which MP type to use.
Claudio Jeker
2009-09-03
Use correct destination in memcpy(). Fixes PR6218, OK henning
Claudio Jeker
2009-09-02
Implement all of RFC 4486 BGP Cease Notification Message Subcodes.
Claudio Jeker
[next]