summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/interface.c
AgeCommit message (Expand)Author
2024-08-21Mechanically change inet_aton to inet_pton.Florian Obser
2021-01-19Move the interface demote out of if_del and into the only place whereClaudio Jeker
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-01-17Keep track of dead peers instead of freeing them right away.Jeremie Courreges-Anglas
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ripd.Stefan Sperling
2015-02-09More session_socket_blockmode() removal. While there make the main UDPClaudio Jeker
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-06-21Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudioMike Belopuhov
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2009-09-26Preliminary rdomain support.Michele Marchetto
2009-09-26Whitespace cleanup.Michele Marchetto
2008-12-17Add support for demotion counter.Michele Marchetto
2007-10-24Garbage collect unused stuff found by lint.Claudio Jeker
2007-10-18spacingTheo de Raadt
2007-09-11More baudrate fixes. Again don't forget to initialize the iface->baudrate.Claudio Jeker
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-10-18Welcome ripdEsben Norby