summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/message.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2019-12-15Clear r_list if the interface is passive. Additionaly move the checkremi
2019-12-09Do not count up nentries in send_response() when the entry was skippedremi
2019-12-09fix error message.remi
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2007-10-24Make the packet buffer u_int8_t * everywhere. This is binary data and notClaudio Jeker
2007-10-18spacingTheo de Raadt
2007-03-31Some code cleanups. Added one lint command, removed one unused function andMichele Marchetto
2006-11-11pass the right size of the messageMichele Marchetto
2006-11-10clear lists before deleting neighborMichele Marchetto
2006-11-03if the nexthop is not reachable through outgoing interface set it toMichele Marchetto
2006-10-31create a temporary neighbor instead of a permanent one when a request is rece...Michele Marchetto
2006-10-24spelling and typo fixesDavid Krause
2006-10-18Welcome ripd started by Michele Marchetto some time ago by using the imsg/thr...Esben Norby