diff options
author | cmetz <cmetz@cvs.openbsd.org> | 1999-07-06 20:41:55 +0000 |
---|---|---|
committer | cmetz <cmetz@cvs.openbsd.org> | 1999-07-06 20:41:55 +0000 |
commit | 6295f799ea030d5bb47e477aaa1f3fe949e46c65 (patch) | |
tree | 25f0ec4740f46314bd7b6676855405d93b49550f | |
parent | b572bd87e759146844b72e7a327306a471ae69c7 (diff) |
Added TCP_SIGNATURE option.
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index c081a943aa0..99b419b51f3 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.51 1999/07/01 23:10:39 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.52 1999/07/06 20:41:54 cmetz Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -40,6 +40,7 @@ option MFS # memory file system option TCP_SACK # Selective Acknowledgements for TCP #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 |