Module Name: src Committed By: knakahara Date: Thu Jan 10 00:45:08 UTC 2019
Modified Files: src/tests/net/if_ipsec: t_ipsec.sh Log Message: tests/net/if_ipsec/t_ipsec disable dad. This may fix PR kern/53848 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/net/if_ipsec/t_ipsec.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_ipsec/t_ipsec.sh diff -u src/tests/net/if_ipsec/t_ipsec.sh:1.5 src/tests/net/if_ipsec/t_ipsec.sh:1.6 --- src/tests/net/if_ipsec/t_ipsec.sh:1.5 Tue Dec 25 03:28:29 2018 +++ src/tests/net/if_ipsec/t_ipsec.sh Thu Jan 10 00:45:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: t_ipsec.sh,v 1.5 2018/12/25 03:28:29 knakahara Exp $ +# $NetBSD: t_ipsec.sh,v 1.6 2019/01/10 00:45:08 knakahara Exp $ # # Copyright (c) 2017 Internet Initiative Japan Inc. # All rights reserved. @@ -114,6 +114,9 @@ setup_router() fi atf_check -s exit:0 rump.ifconfig shmif1 up $DEBUG && rump.ifconfig shmif1 + + atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.dad_count=0 + atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.dad_count=0 unset RUMP_SERVER }