diff options
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r-- | regress/sbin/pfctl/if2ip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/if2ip b/regress/sbin/pfctl/if2ip index 0b9236ef61c..a1424366244 100644 --- a/regress/sbin/pfctl/if2ip +++ b/regress/sbin/pfctl/if2ip @@ -3,7 +3,7 @@ # done by the userland pfctl tool and by the kernel PF dynamic code. if2ip_user() { - echo "pass in from $1" | pfctl -nvf- 2>/dev/null \ + echo "pass in from $1" | pfctl -o none -nvf- 2>/dev/null \ | awk '{print " "(($3=="on")?$7:$5)}' | sort -u } |