summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@