diff options
Diffstat (limited to 'regress/sbin/pfctl/pf1.in')
-rw-r--r-- | regress/sbin/pfctl/pf1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf1.in b/regress/sbin/pfctl/pf1.in index 626bd582f3d..494eee3560f 100644 --- a/regress/sbin/pfctl/pf1.in +++ b/regress/sbin/pfctl/pf1.in @@ -1,5 +1,5 @@ pass in all -pass in from any to any +pass in from any to any no state pass in proto tcp from any port <= 1024 to any label foo_bar pass in proto tcp from any to any port = 25 pass in proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3 port != 22 |