diff options
Diffstat (limited to 'regress/sbin/pfctl/pf97.ok')
-rw-r--r-- | regress/sbin/pfctl/pf97.ok | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf97.ok b/regress/sbin/pfctl/pf97.ok new file mode 100644 index 00000000000..66377f1c422 --- /dev/null +++ b/regress/sbin/pfctl/pf97.ok @@ -0,0 +1,4 @@ +pass in on em0 inet proto tcp from any to any port 220:230 flags S/SA keep state divert-to 127.0.0.1 22 +pass out on em0 inet proto tcp from any to any port 220:230 flags S/SA keep state divert-reply +pass in on em0 inet proto pim all keep state divert-to 127.0.0.1 103 +pass on em0 inet proto tcp from any to any port = www flags S/SA keep state divert-to 127.0.0.1 8080 |