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-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
2009-08-31
Use UINT_MAX instead of ASNUM_MAX and get rid of this mostly useless define.
Claudio Jeker
2009-08-31
Fix mandoc magic to make the command render correctly.
Claudio Jeker
2009-08-21
Fix for PR6213, peers with 4-byte AS numbers were unable to connect to a
Claudio Jeker
2009-08-08
Make imsg_clear close and free any fds in the received fd queue as well as
Nicholas Marriott
2009-08-06
Implement the error handling as proposed in draft-ietf-idr-optional-transitive
Claudio Jeker
2009-08-03
Make announce "self" work like all others (self is a bit special because
Claudio Jeker
2009-07-24
RECONF_REINIT is a bad initial reconf_action state for templates.
Claudio Jeker
2009-07-23
make buf_write() behave like msgbuf_write(): send out only the
Eric Faurot
2009-07-23
Send the used kroute along with the nexthop information. This allows us
Claudio Jeker
2009-07-23
knexthop_compare() failed to compare correctly and because of this it was
Claudio Jeker
2009-07-20
Include more info in the bgpctl show nexthop ctl message. Mainly add the
Claudio Jeker
2009-07-20
On config reload errors free the list of ribs so that following reloads
Claudio Jeker
2009-07-20
Flag added RIBs as F_RIB_NOFIB | F_RIB_NOEVALUATE in the no-eval case even
Claudio Jeker
2009-07-12
Remove a semicolon at the end of an if statement so the
Jonathan Gray
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
[next]