CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2012/09/20 11:39:08
Modified files: usr.sbin/ospf6d: kroute.c Log message: The current code in ospf6d kroute tries to read the scope of the route from the gateway's scope id. That does not work as the kernel provides the scope id via the kame hack instead of the sin6_scope_id field of the sockaddr_in6. Call recoverscope() to fix that. OK claudio@