diff options
Diffstat (limited to 'regress/sbin/pfctl/pf4.in')
-rw-r--r-- | regress/sbin/pfctl/pf4.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf4.in b/regress/sbin/pfctl/pf4.in index 03e1bc8f514..b100497c0b0 100644 --- a/regress/sbin/pfctl/pf4.in +++ b/regress/sbin/pfctl/pf4.in @@ -10,4 +10,5 @@ block in from { 10.0.0.0/8, 172.16.0.0/12 } to any block in proto tcp from any port = ssh to any block in proto tcp from any port { ssh, ftp >< 2048, != 1234, >= www } to any -block in proto { tcp, udp } from { 10.0.0.0/8, 172.16.0.0/12 } port { ssh, ftp } to { 192.168.0.0/16, 12.34.56.78 } port { 6667, 6668 } keep state +block in proto { tcp, udp } from { 10.0.0.0/8, 172.16.0.0/12 } port { ssh, ftp } \ + to { 192.168.0.0/16, 12.34.56.78 } port { 6667, 6668 } keep state |