summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/kroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 2 memory leaks in error paths and a double-free (kroute_insert alreadyremi2019-12-111-3/+2
* Add config option fib-priority to set a custom prio for routes ripdremi2018-12-311-10/+12
* Unify ROUNDUP macros for parsing route messages.friehm2017-07-241-4/+4
* As done for bgpd recently, rename if_mediatype to if_type in ripd.stsp2015-09-271-3/+3
* Like bgpd and ospfd filter routes by RTF_LLINFO and RTF_BROADCAST and useclaudio2015-07-171-3/+14
* Use sizeof(u_short) in the first check since there are RT messages thatclaudio2015-02-111-2/+2
* Sync kroute code with what we do in ospfd/bgpd (EAGAIN handling).claudio2015-02-101-1/+6
* Add SOCK_CLOEXEC | SOCK_NONBLOCK to two more socket calls.claudio2015-02-091-2/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-231-3/+3
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-7/+3
* Remove obsolete mcast routes in ldpd and ripd.claudio2011-06-261-17/+1
* Merge duplicate log messages into one log_warn().bluhm2010-07-121-17/+6
* Fix comparison between the routing message's priority and RTP_RIP.michele2010-01-021-2/+2
* Preliminary rdomain support.michele2009-09-261-4/+7
* Priorities are now handled in the kernel so:michele2009-09-241-4/+1
* Make kroute code routing priority aware.michele2009-09-181-76/+75
* Make ripd(8) aware of MPLS routes.michele2009-07-071-2/+4
* rtm->rtm_hdrlen conversionchris2009-06-051-3/+3
* Same reject and blackhole route handling as in ospfd. Allow those routesclaudio2009-06-021-3/+13
* Assign the correct metric to the routes learned from the kernel while ripd ismichele2009-03-311-2/+12
* prio RTP_RIP for inserted routeshenning2008-05-091-1/+2
* An u_int8_t is enough as prefixlen. Another lint warning gone.claudio2007-10-241-2/+2
* spacingderaadt2007-10-181-2/+2
* Add missing RTM_VERSION checks.claudio2007-10-171-1/+7
* Ripd needs a valid route for 224.0.0.9 to work. Instead of forcing users toclaudio2007-04-271-3/+21
* Use vectorized writes to send routing messages into the kernel instead ofclaudio2007-04-191-34/+62
* Doh! If we support "redistribute rtlabel" we should actually track theclaudio2007-03-191-2/+24
* Same problem as in ospfd's kroute.c don't check rtm_tableid without verifyingclaudio2007-03-131-4/+4
* add additional link states to report the half duplex / full duplexreyk2006-11-281-3/+3
* mib we pass to sysctl when fetching the routing table has 7 entries now,henning2006-11-281-3/+3
* ignore messages for alternate routing tables for now; from bgpdhenning2006-11-161-2/+6
* spelling and typo fixesdavid2006-10-241-2/+2
* Welcome ripdnorby2006-10-181-0/+1126