summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that the prefixlen returned by mask2prefixlen is never biggerremi2018-12-091-10/+14
| | | | | | than 128. Initially proposed by claudio@ for bgpd. ok claudio@
* Unfortunately "ospf6ctl show fib" printed embedded scopes as thebluhm2012-10-221-1/+14
| | | | | | | | destination addresses still contain them. To fix that, call recoverscope() in log_in6addr(). Also log_in6addr_scope() should not fiddle with the scope itself, put that into a generic function addscope(). OK claudio@
* Move common ospf6d functions for ipv6 address manipulation intobluhm2012-10-211-0/+157
util.c to reuse them in ospf6ctl. OK claudio@