CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/11/30 05:44:36
Modified files: usr.sbin/rtadvd: if.c Log message: Fix dynamic prefix tracking. This code should not be using RTAX_GATEWAY to retrieve the interface index. Also this index is meaningless within get_next_msg(), further cleanup is planned. Issue reported by Sly Midnight on bugs@, ok mpi@