diff options
Diffstat (limited to 'regress/sbin/pfctl/pf71.ok')
-rw-r--r-- | regress/sbin/pfctl/pf71.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf71.ok b/regress/sbin/pfctl/pf71.ok index f53304f7450..6cbc0bbf6f7 100644 --- a/regress/sbin/pfctl/pf71.ok +++ b/regress/sbin/pfctl/pf71.ok @@ -1,2 +1,2 @@ -match in on lo0 inet proto tcp from 10.0.0.0/8 to any port = www rdr-to 127.0.0.1 +match in on lo0 inet proto tcp from 10.0.0.0/8 to any port = 80 rdr-to 127.0.0.1 block drop out on lo0 all tagged regress |