diff options
author | 2016-09-03 17:08:57 +0000 | |
---|---|---|
committer | 2016-09-03 17:08:57 +0000 | |
commit | 3395fe1155e42ac7e12ee105544ca6877801749f (patch) | |
tree | 9ab2ed02332daa03d4019af4098e21dbb0a7e8cc | |
parent | switch back to SHA512/256 now that we have the official nist flavor (diff) | |
download | wireguard-openbsd-3395fe1155e42ac7e12ee105544ca6877801749f.tar.xz wireguard-openbsd-3395fe1155e42ac7e12ee105544ca6877801749f.zip |
update pf.os for larger wscale by default
-rw-r--r-- | etc/pf.os | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/pf.os b/etc/pf.os index 57055959495..41c1bc6a482 100644 --- a/etc/pf.os +++ b/etc/pf.os @@ -1,4 +1,4 @@ -# $OpenBSD: pf.os,v 1.26 2012/08/03 12:25:16 jsg Exp $ +# $OpenBSD: pf.os,v 1.27 2016/09/03 17:08:57 sthen Exp $ # passive OS fingerprinting # ------------------------- # @@ -314,6 +314,9 @@ S22:64:1:52:M*,N,N,S,N,W0: Linux:2.2:ts:Linux 2.2 w/o timestamps 16384:64:1:64:M*,N,N,S,N,W3,N,N,T: OpenBSD:4.9::OpenBSD 4.9 16384:64:0:64:M*,N,N,S,N,W3,N,N,T: OpenBSD:4.9:no-df:OpenBSD 4.9 (scrub no-df) +16384:64:1:64:M*,N,N,S,N,W6,N,N,T: OpenBSD:6.1::OpenBSD 6.1 +16384:64:0:64:M*,N,N,S,N,W6,N,N,T: OpenBSD:6.1:no-df:OpenBSD 6.1 (scrub no-df) + # ----------------- Solaris ----------------- S17:64:1:64:N,W3,N,N,T0,N,N,S,M*: Solaris:8:RFC1323:Solaris 8 RFC1323 |