summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-12/+12
* Keep track of dead peers instead of freeing them right away.jca2017-01-171-2/+2
* As done for bgpd recently, rename if_mediatype to if_type in ripd.stsp2015-09-271-3/+3
* More session_socket_blockmode() removal. While there make the main UDPclaudio2015-02-091-2/+3
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-4/+2
* Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudiomikeb2011-06-211-2/+2
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-3/+3
* Preliminary rdomain support.michele2009-09-261-1/+16
* Whitespace cleanup.michele2009-09-261-2/+2
* Add support for demotion counter.michele2008-12-171-1/+12
* Garbage collect unused stuff found by lint.claudio2007-10-241-2/+1
* spacingderaadt2007-10-181-9/+9
* More baudrate fixes. Again don't forget to initialize the iface->baudrate.claudio2007-09-111-1/+2
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+2
* Welcome ripdnorby2006-10-181-0/+482