From 88c7e8d415480d2bf85d6092449c6ba3b7303d95 Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 26 Sep 2024 08:12:30 +0000 Subject: [PATCH] Remove debug leftover. There is no need to run tcpdump anymore. --- regress/usr.sbin/bgpd/integrationtests/maxattr.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/regress/usr.sbin/bgpd/integrationtests/maxattr.sh b/regress/usr.sbin/bgpd/integrationtests/maxattr.sh index 693ae347916..b55d51a8ae8 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.2 2024/09/25 15:38:39 claudio Exp $ +# $OpenBSD: maxattr.sh,v 1.3 2024/09/26 08:12:30 claudio Exp $ set -e @@ -73,8 +73,6 @@ ifconfig ${PAIR1} patch ${PAIR2} ifconfig lo${RDOMAIN1} inet 127.0.0.1/8 ifconfig lo${RDOMAIN2} inet 127.0.0.1/8 -tcpdump -s 2000 -w /tmp/bgp.pcap -i ${PAIR1} & - echo run bgpds route -T ${RDOMAIN1} exec ${BGPD} \ -v -f ${BGPDCONFIGDIR}/bgpd.maxattr.rdomain1.conf -- 2.20.1