CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/08/25 07:57:07
Modified files: sys/net : if.c if_mpe.c Log message: Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that all the magic cleanup happens before. This is needed because mpe(4) needs to add a route which would be removed by the cleanup code. OK henning