Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/ndp Tweak tests; increase the size of NS packets f...
details: https://anonhg.NetBSD.org/src/rev/11ed515ba22b
branches: trunk
changeset: 321223:11ed515ba22b
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Wed Mar 07 02:30:37 2018 +0000
description:
Tweak tests; increase the size of NS packets for the addition of a nonce
diffstat:
tests/net/ndp/t_dad.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 33461f941ca8 -r 11ed515ba22b tests/net/ndp/t_dad.sh
--- a/tests/net/ndp/t_dad.sh Wed Mar 07 02:30:00 2018 +0000
+++ b/tests/net/ndp/t_dad.sh Wed Mar 07 02:30:37 2018 +0000
@@ -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 @@
{
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
}
Home |
Main Index |
Thread Index |
Old Index