summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/rde_rib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The metric is a 8bit value ranging from 1 to INFINITY (defined as a whoppingclaudio2007-10-241-2/+2
| | | | 16). So use u_int8_t everywhere.
* Don't use inet_ntoa() twice in a printf like function. So instead ofclaudio2007-10-241-5/+5
| | | | using inet_ntoa() on the netmask use mask2prefixlen().
* spacingderaadt2007-10-181-2/+2
|
* Improve the handling of "counting to infinity" mechanism and add an heuristicmichele2007-04-091-3/+17
| | | | | | higly recommended in the rfc. tested by me and OK claudio@
* Welcome ripdnorby2006-10-181-0/+258
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@