CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2011/07/08 12:30:17
Modified files: sys/kern : uipc_domain.c sys/net : if_ethersubr.c pipex.c pipex.h sys/netinet : ip_gre.c udp_usrreq.c lib/libc/gen : sysctl.3 sbin/sysctl : sysctl.8 sysctl.c share/man/man4 : options.4 usr.sbin/npppd : HOWTO_PIPEX_NPPPD.txt Log message: Include PIPEX in kernel by default. And add new sysctl variable `net.pipex.enable' to enable PIPEX. By default, pipex is disabled and it will not process packets from wire. Update man pages and update HOWTO_PIPEX_NPPPD.txt for testers. discussed with dlg@, ok deraadt@ mcbride@ claudio@