diff options
Diffstat (limited to 'regress/sbin/pfctl/pf87.ok')
-rw-r--r-- | regress/sbin/pfctl/pf87.ok | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf87.ok b/regress/sbin/pfctl/pf87.ok new file mode 100644 index 00000000000..cdc783c8d8a --- /dev/null +++ b/regress/sbin/pfctl/pf87.ok @@ -0,0 +1,22 @@ +pass in on lo1000000 inet proto tcp from any to 10.0.0.2 port = ssh keep state +pass in on lo1000001 inet proto tcp from 10.0.0.1 port = ssh to 10.0.0.2 keep state +pass in on lo1000001 inet proto udp from 10.0.0.5 to 10.0.0.4 port = domain keep state +pass in on lo1000000 inet proto udp from any to 10.0.0.2 port = domain keep state +pass in inet proto tcp from any to 10.0.0.1 port = www keep state +pass out on lo1000001 inet proto udp from any to 10.0.0.2 port = domain keep state +pass in inet proto tcp from any to 10.0.0.3 port = www keep state +pass out inet proto tcp from any to 10.0.0.1 port = 81 keep state +pass in inet proto udp from any to 10.0.0.3 port = domain keep state +pass in on lo1000001 inet proto udp from 10.0.0.2 port = domain to 10.0.0.2 keep state +pass out inet proto udp from any to 10.0.0.1 port = domain keep state +pass out on lo1000000 inet proto udp from any to 10.0.0.2 port = domain keep state +pass out inet proto udp from any to 10.0.0.3 port = domain keep state +pass out on lo1000000 inet proto tcp from any to 10.0.0.2 port = ssh keep state +pass in on lo1000001 inet proto tcp from any to 10.0.0.2 port = ssh keep state +pass in on lo1000001 inet proto udp from any to 10.0.0.2 port = domain keep state +pass in on lo1000001 inet proto tcp from 10.0.0.1 to 10.0.0.4 keep state +pass out on lo1000001 inet proto tcp from any to 10.0.0.2 port = ssh keep state +pass out inet proto tcp from any to 10.0.0.1 port = www keep state +pass in inet proto udp from any to 10.0.0.1 port = domain keep state +pass in on lo1000001 inet proto tcp from 10.0.0.1 to 10.0.0.6 port = ssh keep state +pass in on lo1000001 inet proto udp from 10.0.0.5 to 10.0.0.2 keep state |