diff options
author | 2002-10-27 13:59:14 +0000 | |
---|---|---|
committer | 2002-10-27 13:59:14 +0000 | |
commit | 5e410a5ab417aa8c26d60bf8b1de3ef481610c4a (patch) | |
tree | f8d641e7eba2f608e7bc206ab4b6a3a22ca52210 | |
parent | Remove 'flags X' syntax, if people make heavy use of X/FOOBAR, they (diff) | |
download | wireguard-openbsd-5e410a5ab417aa8c26d60bf8b1de3ef481610c4a.tar.xz wireguard-openbsd-5e410a5ab417aa8c26d60bf8b1de3ef481610c4a.zip |
flags X is dead
-rw-r--r-- | regress/sbin/pfctl/pf3.in | 6 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf3.ok | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf3.in b/regress/sbin/pfctl/pf3.in index 51dbf2a1a99..c0c1ad0d30b 100644 --- a/regress/sbin/pfctl/pf3.in +++ b/regress/sbin/pfctl/pf3.in @@ -1,9 +1,9 @@ pass in all pass in from any to any -block in proto tcp from any to any flags FUPEW +block in proto tcp from any to any flags FUPEW/FSRPAUEW block in proto tcp from any to any flags SF/SFRA block in proto tcp from any to any flags /SFRAW -pass in proto { udp, icmp, tcp } from any to any flags S -pass in from any to any flags S +pass in proto { udp, icmp, tcp } from any to any flags S/SA +pass in from any to any flags S/SA diff --git a/regress/sbin/pfctl/pf3.ok b/regress/sbin/pfctl/pf3.ok index cde81a8ab5b..05b995bc658 100644 --- a/regress/sbin/pfctl/pf3.ok +++ b/regress/sbin/pfctl/pf3.ok @@ -5,5 +5,5 @@ @4 block in proto tcp all flags /FSRAW @5 pass in proto udp all @6 pass in proto icmp all -@7 pass in proto tcp all flags S/FSRPAUEW -@8 pass in all flags S/FSRPAUEW +@7 pass in proto tcp all flags S/SA +@8 pass in all flags S/SA |