artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9119eb3
)
Remove debug leftover. There is no need to run tcpdump anymore.
author
claudio
<claudio@openbsd.org>
Thu, 26 Sep 2024 08:12:30 +0000
(08:12 +0000)
committer
claudio
<claudio@openbsd.org>
Thu, 26 Sep 2024 08:12:30 +0000
(08:12 +0000)
regress/usr.sbin/bgpd/integrationtests/maxattr.sh
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/bgpd/integrationtests/maxattr.sh
b/regress/usr.sbin/bgpd/integrationtests/maxattr.sh
index
693ae34
..
b55d51a
100644
(file)
--- 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