summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/message.c
AgeCommit message (Collapse)Author
2007-03-31Some code cleanups. Added one lint command, removed one unused function andMichele Marchetto
some other cosmetics.
2006-11-11pass the right size of the messageMichele Marchetto
OK henning@
2006-11-10clear lists before deleting neighborMichele Marchetto
OK claudio@ henning@
2006-11-03if the nexthop is not reachable through outgoing interface set it toMichele Marchetto
INADDR_ANY. Spotted out by Martin Boehme. OK claudio@ henning@
2006-10-31create a temporary neighbor instead of a permanent one when a request is ↵Michele Marchetto
received
2006-10-24spelling and typo fixesDavid Krause
2006-10-18Welcome ripd started by Michele Marchetto some time ago by using the ↵Esben Norby
imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet connected to the builds. OK claudio@