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
/
kroute.c
Age
Commit message (
Expand
)
Author
2016-04-08
When bgp receives an RTM_CHANGE message for an RTF_MPATH route[1], and
Peter Hessler
2016-03-22
Connected routes are no longer identified by a AF_LINK gateway so adjust
Claudio Jeker
2015-12-05
cleanup some log messages with wrong function names etc.
Sebastian Benoit
2015-10-22
If we receive an empty route message, log it and ignore it. Happens
Peter Hessler
2015-09-16
Another ifmedia64 fix, this time for bgpd's ift2ifm().
Stefan Sperling
2015-07-17
Only filter RTF_LLINFO or RTF_BROADCAST routes out but not RTF_LOCAL ones
Claudio Jeker
2015-07-08
Check for RTF_CONNECTED to track interface (connected) routes.
Martin Pieuchot
2015-02-11
Use sizeof(u_short) in the first check since there are RT messages that
Claudio Jeker
2015-02-10
Make also the special sockets SOCK_NONBLOCK. For the routing socket add
Claudio Jeker
2015-02-09
Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or
Claudio Jeker
2014-10-08
Use reallocarray() throughout to spot multiplicative int overflow.
Theo de Raadt
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2014-01-23
allow the somewhat special case
Sebastian Benoit
2013-11-13
Knob to set priority with which bgpd inserts routes into the kernel
Florian Obser
2013-05-22
Set the correct route priority in send_rt6msg, as done for send_rtmsg.
Stuart Henderson
2013-05-22
whitespace nits
Stuart Henderson
2013-03-20
less includes
Theo de Raadt
2013-03-14
use after free; 33% found by llvm
Florian Obser
2012-11-13
pasto in log message
Florian Obser
2012-07-13
Cleanup the knexthop mess and make sure we only send an update to the RDE
Claudio Jeker
2012-05-27
Extend the network code to allow attributes to be passed in with prefixes.
Claudio Jeker
2011-05-01
On reload the filtersets attached to a network need to be moved to the
Claudio Jeker
2011-03-07
continguous -> contiguous
Henning Brauer
2010-10-11
bgpd needs to see all routing messages so set the ROUTE_TABLEFILTER to
Claudio Jeker
2010-09-30
Only 6 elements of mib are used so do allocate 6 not 7.
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-06-03
Instead of doing a poor mans offsetof() implementation change the code
Claudio Jeker
2010-05-19
When installing MPLS VPN routes set the RTF_MPLS bit since those routes
Claudio Jeker
2010-05-18
Be more careful in ktable_update() and ktable_new() and the fib sync flag.
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-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-02-26
Fix some minor issues. 0 instead of NULL in one comparison. Set the
Claudio Jeker
2010-02-23
Remove some extra ().
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
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-06-25
Add missing RTM_VERSION checks. Bad me, no cockies.
Claudio Jeker
2009-06-12
Move prefixlen2mask and inet6applymask to util.c so that we can kill the
Claudio Jeker
2009-06-05
rtm->rtm_hdrlen conversion
Chris Cappuccio
2009-05-25
In dispatch_rtmsg_addr() don't fatal on missing multipath deletes. Not 100%
Claudio Jeker
2009-02-11
Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we need
Claudio Jeker
2009-02-09
Correct function name in warning to avoid confusion. After a discussion on
Claudio Jeker
2009-01-01
Remove unneeded debug messages that made it into the tree.
Claudio Jeker
2008-12-12
Make bgpd route priority aware and while there sync in the basics to correctly
Claudio Jeker
2008-11-21
Track nexthops when the underlying route is changing. Until now true nexthops
Claudio Jeker
2008-05-09
insert/delete routes with priority RTP_BGP
Henning Brauer
[next]