diff options
author | 2004-01-26 17:18:18 +0000 | |
---|---|---|
committer | 2004-01-26 17:18:18 +0000 | |
commit | dc205dd495e027283cd502f6f01dbe840ccdb0f2 (patch) | |
tree | 946acf07d775f8a11f65125bf643059caa94a9c0 | |
parent | Added 2-clause license (diff) | |
download | wireguard-openbsd-dc205dd495e027283cd502f6f01dbe840ccdb0f2.tar.xz wireguard-openbsd-dc205dd495e027283cd502f6f01dbe840ccdb0f2.zip |
TCP_SIGNATURE enabled by default
-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 |