summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/rde.h
AgeCommit message (Collapse)Author
2007-10-24The metric is a 8bit value ranging from 1 to INFINITY (defined as a whoppingClaudio Jeker
16). So use u_int8_t everywhere.
2007-10-18spacingTheo de Raadt
2007-04-09Improve the handling of "counting to infinity" mechanism and add an heuristicMichele Marchetto
higly recommended in the rfc. tested by me and OK claudio@
2006-10-18Welcome ripdEsben Norby
started by Michele Marchetto some time ago by using the 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@