Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/route Fix test_lo6 because ::1 now has RTF_LOCAL a...



details:   https://anonhg.NetBSD.org/src/rev/0dc9cde0bb52
branches:  trunk
changeset: 817319:0dc9cde0bb52
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Aug 16 10:34:12 2016 +0000

description:
Fix test_lo6 because ::1 now has RTF_LOCAL assigned to it.

diffstat:

 tests/net/route/t_flags6.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0afa5844902d -r 0dc9cde0bb52 tests/net/route/t_flags6.sh
--- a/tests/net/route/t_flags6.sh       Tue Aug 16 10:31:57 2016 +0000
+++ b/tests/net/route/t_flags6.sh       Tue Aug 16 10:34:12 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_flags6.sh,v 1.7 2016/08/10 23:00:39 roy Exp $
+#      $NetBSD: t_flags6.sh,v 1.8 2016/08/16 10:34:12 roy Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -104,8 +104,8 @@
        # Up, Host, local
        check_entry_flags fe80::1 UHl
 
-       # Up, Host
-       check_entry_flags ::1 UH
+       # Up, Host, local
+       check_entry_flags ::1 UHl
 }
 
 test_connected6()



Home | Main Index | Thread Index | Old Index