Module Name:    src
Committed By:   ozaki-r
Date:           Fri Jan 13 08:11:01 UTC 2017

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

Log Message:
Remove a check added wrongly


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/tests/net/ndp/t_ra.sh:1.24
--- src/tests/net/ndp/t_ra.sh:1.23	Fri Jan 13 06:30:33 2017
+++ src/tests/net/ndp/t_ra.sh	Fri Jan 13 08:11:01 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: t_ra.sh,v 1.23 2017/01/13 06:30:33 ozaki-r Exp $
+#	$NetBSD: t_ra.sh,v 1.24 2017/01/13 08:11:01 ozaki-r Exp $
 #
 # Copyright (c) 2015 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -667,7 +667,6 @@ ra_temporary_address_body()
 
 	atf_check -s exit:0 -o ignore rump.ping6 -n -X 2 -c 1 $IP6SRV
 	# autoconf, temporal address should be used as the source address
-	check_echo_request_pkt bus1 $ip_auto $IP6SRV
 	check_echo_request_pkt bus1 $ip_temp $IP6SRV
 
 	unset RUMP_SERVER

Reply via email to