diff options
Diffstat (limited to 'regress/sbin/pfctl/pf91.ok')
-rw-r--r-- | regress/sbin/pfctl/pf91.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf91.ok b/regress/sbin/pfctl/pf91.ok index 00e81175617..9f69e272d7f 100644 --- a/regress/sbin/pfctl/pf91.ok +++ b/regress/sbin/pfctl/pf91.ok @@ -1,7 +1,7 @@ anchor on tun1000000 all { anchor "foo" out all { pass proto tcp from any to any port = 1234 flags S/SA keep state - anchor proto tcp from any to any port = 2413 { + anchor proto tcp from any to any port = 2413 user = 0 label "foo" { block drop all pass inet from 127.0.0.1 to any flags S/SA keep state } |