summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@cvs.openbsd.org>2021-12-03 06:44:47 +0000
committerAnton Lindqvist <anton@cvs.openbsd.org>2021-12-03 06:44:47 +0000
commit016877b0283a5db29ddbe77f2c21fcb44c828650 (patch)
treec33e106290f5928673b651b1a661acf9d7884a5c /regress
parenta350cef3bd091294c3d32e9edc7534193cd5b13f (diff)
Dump more data in the hopes of figuring out why this test occasionally
fails.
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.sbin/ospf6d/network_statement.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/ospf6d/network_statement.sh b/regress/usr.sbin/ospf6d/network_statement.sh
index 187712b75c7..1c0215ff9c9 100644
--- a/regress/usr.sbin/ospf6d/network_statement.sh
+++ b/regress/usr.sbin/ospf6d/network_statement.sh
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $OpenBSD: network_statement.sh,v 1.4 2021/10/07 15:20:35 anton Exp $
+# $OpenBSD: network_statement.sh,v 1.5 2021/12/03 06:44:46 anton Exp $
set -e
OSPF6D=$1
@@ -96,6 +96,7 @@ sleep 50
echo tests
route -T ${RDOMAIN1} exec ospf6ctl sh fib
+route -T ${RDOMAIN1} exec ospf6ctl sh rib
route -T ${RDOMAIN1} exec ospf6ctl sh rib | \
grep "2001:db8:aaaa::${RDOMAIN2}/128"
route -T ${RDOMAIN1} exec ospf6ctl sh rib | \