diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-09-26 08:12:31 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-09-26 08:12:31 +0000 |
commit | ddf92a4a051c55a8641e4f625a3c0a7f56f23822 (patch) | |
tree | 6e6b780e0c7777914f634050f96941cc8c635bcb /regress | |
parent | 1486ab7718e9a8ca04f8278efa6555824e47dab5 (diff) |
Remove debug leftover. There is no need to run tcpdump anymore.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/maxattr.sh | 4 |
1 files changed, 1 insertions, 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 |