xref: /openbsd/regress/sbin/pfctl/pfail50.in (revision c252d942)
1*c252d942Scamield# pfctl should catch flags that never match, ie, where any flags
2*c252d942Scamield# are tested that are always masked off.  Test some more combinations
3*c252d942Scamield# while we're here.
4*c252d942Scamield
5*c252d942Scamieldpass proto tcp from any to any flags F/F
6*c252d942Scamieldpass proto tcp from any to any flags S/S
7*c252d942Scamieldpass proto tcp from any to any flags R/R
8*c252d942Scamieldpass proto tcp from any to any flags P/P
9*c252d942Scamieldpass proto tcp from any to any flags A/A
10*c252d942Scamieldpass proto tcp from any to any flags U/U
11*c252d942Scamieldpass proto tcp from any to any flags E/E
12*c252d942Scamieldpass proto tcp from any to any flags W/W
13*c252d942Scamieldpass proto tcp from any to any flags FSRPAUEW/FSRPAUEW
14*c252d942Scamieldpass proto tcp from any to any flags /FSRPAUEW
15*c252d942Scamieldpass proto tcp from any to any flags S/SAFR
16*c252d942Scamieldpass proto tcp from any to any flags /SA
17*c252d942Scamield
18*c252d942Scamieldpass proto tcp from any to any flags S/
19*c252d942Scamieldpass proto tcp from any to any flags /
20*c252d942Scamieldpass proto tcp from any to any flags S/AFR
21*c252d942Scamieldpass proto tcp from any to any flags A/FSRPUEW
22*c252d942Scamieldpass proto tcp from any to any flags FSRPAUEW/FSRPAUE
23