CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2015/07/17 11:18:05
Modified files: sys/netinet6 : nd6_rtr.c Log message: Remove #if 0'ed code and update comment. There is no need to handle managed/other flags for router advertisments in the kernel according to the rfcs. Remove stale todo comment; we do handle the on-link bit. OK mpi