summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorCedric Berger <cedric@cvs.openbsd.org>2003-02-19 13:54:34 +0000
committerCedric Berger <cedric@cvs.openbsd.org>2003-02-19 13:54:34 +0000
commit2b468ca61594e528893aaeab816c6c98db4f618a (patch)
tree2e52d41f476f50ae9d11b0e2cc9c1268de7b0e58 /regress/sbin
parentd3395151b813493cf3ac07763c146c64c7022703 (diff)
Regression tests are not supposed to flush the user's PF ruleset...
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/pfctl/pfr.exec2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pfr.exec b/regress/sbin/pfctl/pfr.exec
index b03a9676a5a..43e7b448c54 100644
--- a/regress/sbin/pfctl/pfr.exec
+++ b/regress/sbin/pfctl/pfr.exec
@@ -9,7 +9,7 @@ KT_R=0`vmstat -m | awk '/pfrktable/{print $5}'`
KE_A=0`vmstat -m | awk '/pfrkentry/{print $3}'`
KE_R=0`vmstat -m | awk '/pfrkentry/{print $5}'`
echo "# create"
-echo "table <regress> persist" | pfctl -f - 2>&1 || exit 1
+echo "table <regress> persist" | pfctl -Tl -f - 2>&1 || exit 1
for LINE in `sed -e "s/ /_/g" $1`; do
RESULT=`echo $LINE | awk '{split($1,a,"_");print a[1]}'`
case $RESULT in