diff options
Diffstat (limited to 'regress/sbin/pfctl/pf97.ok')
-rw-r--r-- | regress/sbin/pfctl/pf97.ok | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf97.ok b/regress/sbin/pfctl/pf97.ok index 66377f1c422..f81acb2d023 100644 --- a/regress/sbin/pfctl/pf97.ok +++ b/regress/sbin/pfctl/pf97.ok @@ -1,4 +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 in on em0 inet proto tcp from any to any port 220:230 flags S/SA keep state divert-to 127.0.0.1 port 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 +pass on em0 inet proto tcp from any to any port = www flags S/SA keep state divert-to 127.0.0.1 port 8080 +pass in on em0 inet proto pim all keep state divert-to 127.0.0.1 port 103 |