summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/bgpd/integrationtests/maxattr.sh
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2024-10-28 12:11:06 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2024-10-28 12:11:06 +0000
commit88db0b911167d5e5a3225590459c47204e3de69b (patch)
tree09014205e7f67192753aeb59a6f75042b31fe8c6 /regress/usr.sbin/bgpd/integrationtests/maxattr.sh
parent1dc4a75e8a0d694520e98197579be8b6229d6c7d (diff)
Remove unnecessary pfctl cleanup in error_notify()
Diffstat (limited to 'regress/usr.sbin/bgpd/integrationtests/maxattr.sh')
-rw-r--r--regress/usr.sbin/bgpd/integrationtests/maxattr.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/maxattr.sh b/regress/usr.sbin/bgpd/integrationtests/maxattr.sh
index b55d51a8ae8..49c649ecf20 100644
--- a/regress/usr.sbin/bgpd/integrationtests/maxattr.sh
+++ b/regress/usr.sbin/bgpd/integrationtests/maxattr.sh
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $OpenBSD: maxattr.sh,v 1.3 2024/09/26 08:12:30 claudio Exp $
+# $OpenBSD: maxattr.sh,v 1.4 2024/10/28 12:11:05 claudio Exp $
set -e
@@ -21,7 +21,6 @@ PAIR2IP6_2=2001:db8:57::3
error_notify() {
echo cleanup
- pfctl -q -t bgpd_integ_test -T kill
pkill -T ${RDOMAIN1} bgpd || true
pkill -T ${RDOMAIN2} bgpd || true
sleep 1