Module Name:    src
Committed By:   ozaki-r
Date:           Wed Jan 11 03:15:11 UTC 2017

Modified Files:
        src/tests/net/ndp: t_ra.sh

Log Message:
Check autoconf flag


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/net/ndp/t_ra.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/ndp/t_ra.sh
diff -u src/tests/net/ndp/t_ra.sh:1.18 src/tests/net/ndp/t_ra.sh:1.19
--- src/tests/net/ndp/t_ra.sh:1.18	Mon Dec 26 01:26:25 2016
+++ src/tests/net/ndp/t_ra.sh	Wed Jan 11 03:15:11 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: t_ra.sh,v 1.18 2016/12/26 01:26:25 ozaki-r Exp $
+#	$NetBSD: t_ra.sh,v 1.19 2017/01/11 03:15:11 ozaki-r Exp $
 #
 # Copyright (c) 2015 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -127,7 +127,8 @@ check_entries()
 	    -o match:"$ll_srv%shmif0 +$mac_srv +shmif0 +(23h59m|1d0h0m)..s S R" \
 	    rump.ndp -n -a
 	atf_check -s exit:0 -o match:$addr_prefix rump.ndp -n -a
-	atf_check -s exit:0 -o match:$addr_prefix rump.ifconfig shmif0 inet6
+	atf_check -s exit:0 -o match:"$addr_prefix.+<AUTOCONF>" \
+	    rump.ifconfig shmif0 inet6
 	unset RUMP_SERVER
 }
 

Reply via email to