Module Name: src Committed By: ozaki-r Date: Fri Feb 17 00:51:53 UTC 2017
Modified Files: src/tests/net/if: t_ifconfig.sh Log Message: Make the test more stable To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/tests/net/if/t_ifconfig.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/if/t_ifconfig.sh diff -u src/tests/net/if/t_ifconfig.sh:1.16 src/tests/net/if/t_ifconfig.sh:1.17 --- src/tests/net/if/t_ifconfig.sh:1.16 Tue Feb 14 08:43:06 2017 +++ src/tests/net/if/t_ifconfig.sh Fri Feb 17 00:51:52 2017 @@ -1,4 +1,4 @@ -# $NetBSD: t_ifconfig.sh,v 1.16 2017/02/14 08:43:06 ozaki-r Exp $ +# $NetBSD: t_ifconfig.sh,v 1.17 2017/02/17 00:51:52 ozaki-r Exp $ # # Copyright (c) 2015 The NetBSD Foundation, Inc. # All rights reserved. @@ -343,10 +343,10 @@ ifconfig_up_down_common() # work for both IPv4 and IPv6 if [ $family = inet6 ]; then atf_check -s exit:0 -o ignore \ - rump.sysctl -w net.inet6.ip6.dad_count=3 + rump.sysctl -w net.inet6.ip6.dad_count=5 else atf_check -s exit:0 -o ignore \ - rump.sysctl -w net.inet.ip.dad_count=3 + rump.sysctl -w net.inet.ip.dad_count=5 fi #