Module Name: src
Committed By: roy
Date: Tue Aug 16 10:34:12 UTC 2016
Modified Files:
src/tests/net/route: t_flags6.sh
Log Message:
Fix test_lo6 because ::1 now has RTF_LOCAL assigned to it.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/route/t_flags6.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/route/t_flags6.sh
diff -u src/tests/net/route/t_flags6.sh:1.7 src/tests/net/route/t_flags6.sh:1.8
--- src/tests/net/route/t_flags6.sh:1.7 Wed Aug 10 23:00:39 2016
+++ src/tests/net/route/t_flags6.sh Tue Aug 16 10:34:12 2016
@@ -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 @@ test_lo6()
# 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()