CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2012/10/22 01:28:49
Modified files: usr.sbin/ospf6d: log.c ospf6d.h util.c Log message: Unfortunately "ospf6ctl show fib" printed embedded scopes as the 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@