summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-30 16:48:48 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-30 16:48:48 +0000
commit6fcea06b57b5971202f277427c4dead51ca8dfbb (patch)
treef6ce80c19f5b57cb2f069b6b6829bb7a795d26e5 /regress/sbin/pfctl
parente3de3abc7383c1fba72f292a79fdb09582945a31 (diff)
destroy on tun works now, so destroy the tun nterfaces we created for the
tests after we're done
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r--regress/sbin/pfctl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index 1051645d808..39683fc7661 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.168 2003/12/16 05:02:46 mcbride Exp $
+# $OpenBSD: Makefile,v 1.169 2003/12/30 16:48:47 henning Exp $
# TARGETS
# pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok
@@ -37,9 +37,8 @@ PFOPT=1 2 3 4 5
.END:
${SUDO} ifconfig lo1000000 destroy
-# destroy on tun does not work yet
-# ${SUDO} ifconfig tun1000000 destroy
-# ${SUDO} ifconfig tun1000001 destroy
+ ${SUDO} ifconfig tun1000000 destroy
+ ${SUDO} ifconfig tun1000001 destroy
.endif
.for n in ${PFFAIL}