Module Name: src Committed By: ozaki-r Date: Wed Mar 7 02:30:37 UTC 2018
Modified Files: src/tests/net/ndp: t_dad.sh Log Message: Tweak tests; increase the size of NS packets for the addition of a nonce To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/net/ndp/t_dad.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_dad.sh diff -u src/tests/net/ndp/t_dad.sh:1.13 src/tests/net/ndp/t_dad.sh:1.14 --- src/tests/net/ndp/t_dad.sh:1.13 Wed Mar 7 02:30:00 2018 +++ src/tests/net/ndp/t_dad.sh Wed Mar 7 02:30:37 2018 @@ -1,4 +1,4 @@ -# $NetBSD: t_dad.sh,v 1.13 2018/03/07 02:30:00 ozaki-r Exp $ +# $NetBSD: t_dad.sh,v 1.14 2018/03/07 02:30:37 ozaki-r Exp $ # # Copyright (c) 2015 The NetBSD Foundation, Inc. # All rights reserved. @@ -74,9 +74,9 @@ make_ns_pkt_str() { local id=$1 local target=$2 - pkt="33:33:ff:00:00:0${id}, ethertype IPv6 (0x86dd), length 78: ::" + pkt="33:33:ff:00:00:0${id}, ethertype IPv6 (0x86dd), length 86: ::" pkt="$pkt > ff02::1:ff00:${id}: ICMP6, neighbor solicitation," - pkt="$pkt who has $target, length 24" + pkt="$pkt who has $target, length 32" echo $pkt }