=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/sysctl.conf,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/etc/Attic/sysctl.conf 1999/12/30 19:38:42 1.14 --- src/etc/Attic/sysctl.conf 2000/01/02 05:14:52 1.15 *************** *** 1,9 **** ! # $OpenBSD: sysctl.conf,v 1.14 1999/12/30 19:38:42 provos Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. #net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of packets ! #net.inet.ip6.forwarding=1 # 1=Permit forwarding (routing) of packets #net.inet.tcp.rfc1323=0 # 0=disable TCP RFC1323 extensions (for if tcp is slow) #net.inet.esp.enable=1 # 1=Enable the ESP IPSec protocol #net.inet.ah.enable=1 # 1=Enable the AH IPSec protocol --- 1,10 ---- ! # $OpenBSD: sysctl.conf,v 1.15 2000/01/02 05:14:52 itojun Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. #net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of packets ! #net.inet6.ip6.forwarding=1 # 1=Permit forwarding (routing) of packets ! #net.inet6.ip6.accept_rtadv=1 # 1=Permit IPv6 autoconf (forwarding must be 0) #net.inet.tcp.rfc1323=0 # 0=disable TCP RFC1323 extensions (for if tcp is slow) #net.inet.esp.enable=1 # 1=Enable the ESP IPSec protocol #net.inet.ah.enable=1 # 1=Enable the AH IPSec protocol