diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-26 17:18:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-26 17:18:19 +0000 |
commit | 96a371a34fde5533765b359d90490593e2a3d049 (patch) | |
tree | 002bf76abbeef024d1608e9f95b11c285bd88375 /sys/conf/GENERIC | |
parent | c973270868cd665d078cf503c0cee7b4d50c4ad8 (diff) |
TCP_SIGNATURE enabled by default
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 2f23f129325..0c2c7c9ca7a 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.99 2004/01/18 21:46:53 beck Exp $ +# $OpenBSD: GENERIC,v 1.100 2004/01/26 17:18:18 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -40,8 +40,8 @@ option XFS # xfs filesystem option TCP_SACK # Selective Acknowledgements for TCP option TCP_ECN # Explicit Congestion Notification for TCP +option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions #option TCP_FACK # Forward Acknowledgements for TCP -#option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions option NFSCLIENT # Network File System client option NFSSERVER # Network File System server |