Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/ndp tests: ndp_rtm: Check correct source address i...
details:   https://anonhg.NetBSD.org/src/rev/d6a762b91252
branches:  trunk
changeset: 1008238:d6a762b91252
user:      roy <roy%NetBSD.org@localhost>
date:      Sun Mar 15 21:15:25 2020 +0000
description:
tests: ndp_rtm: Check correct source address in RTA_AUTHOR
Fixes PR kern/55074.
diffstat:
 tests/net/ndp/t_ndp.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fd16e5478b9b -r d6a762b91252 tests/net/ndp/t_ndp.sh
--- a/tests/net/ndp/t_ndp.sh    Sun Mar 15 21:06:30 2020 +0000
+++ b/tests/net/ndp/t_ndp.sh    Sun Mar 15 21:15:25 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ndp.sh,v 1.37 2020/03/11 08:52:13 roy Exp $
+#      $NetBSD: t_ndp.sh,v 1.38 2020/03/15 21:15:25 roy Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -472,7 +472,7 @@
 
        hdr="RTM_MISS.+<DONE>"
        what="<DST,GATEWAY,AUTHOR>"
-       addr="$IP6DST_FAIL1 link#2 $IP6DST"
+       addr="$IP6DST_FAIL1 link#2 $IP6SRC"
        atf_check -s exit:0 -o match:"$hdr" -o match:"$what" -o match:"$addr" \
                cat $file
 
Home |
Main Index |
Thread Index |
Old Index