diff options
author | 1999-07-06 20:41:54 +0000 | |
---|---|---|
committer | 1999-07-06 20:41:54 +0000 | |
commit | f744e5cec1b869377d55fc8e61428e8d87a04c61 (patch) | |
tree | 5f7158e4b82a922c0cb684ae8fd05e18748d4b43 | |
parent | Added support for TCP MD5 option (RFC 2385). (diff) | |
download | wireguard-openbsd-f744e5cec1b869377d55fc8e61428e8d87a04c61.tar.xz wireguard-openbsd-f744e5cec1b869377d55fc8e61428e8d87a04c61.zip |
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 |