=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/sysctl.conf,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/etc/Attic/sysctl.conf 1999/05/30 01:40:50 1.12 --- src/etc/Attic/sysctl.conf 1999/12/16 07:35:55 1.13 *************** *** 1,8 **** ! # $OpenBSD: sysctl.conf,v 1.12 1999/05/30 01:40:50 angelos 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.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,9 ---- ! # $OpenBSD: sysctl.conf,v 1.13 1999/12/16 07:35:55 deraadt 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