summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/kroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use sizeof(u_short) in the first check since there are RT messages thatclaudio2015-02-111-2/+2
* More SOCK_NONBLOCK adjustments similar to the other daemons.claudio2015-02-101-3/+10
* 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-2/+2
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-7/+3
* Sync the link state check code with others daemons.michele2009-09-221-2/+4
* Another kroute.c code with missing RTM_VERSION checks.claudio2009-06-251-2/+5
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+2
* make dvmrpd(8) capable of fetching interfaces correctly on sparc64.norby2006-06-171-5/+12
* More kroute.c cleanup and start using the routing socket to track interfaceclaudio2006-06-011-3/+3
* Welcome dvmrpdnorby2006-06-011-0/+398