Dump more data in the hopes of figuring out why this test occasionally
authoranton <anton@openbsd.org>
Fri, 3 Dec 2021 06:44:46 +0000 (06:44 +0000)
committeranton <anton@openbsd.org>
Fri, 3 Dec 2021 06:44:46 +0000 (06:44 +0000)
fails.

regress/usr.sbin/ospf6d/network_statement.sh

index 187712b..1c0215f 100644 (file)
@@ -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 | \