Module Name: src Committed By: ozaki-r Date: Thu Nov 24 07:32:20 UTC 2016
Modified Files: src/tests/net/net: t_ipaddress.sh Log Message: Make tests strict Connected routes have 'C' flag. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/t_ipaddress.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/net/t_ipaddress.sh diff -u src/tests/net/net/t_ipaddress.sh:1.5 src/tests/net/net/t_ipaddress.sh:1.6 --- src/tests/net/net/t_ipaddress.sh:1.5 Mon Nov 7 05:25:37 2016 +++ src/tests/net/net/t_ipaddress.sh Thu Nov 24 07:32:19 2016 @@ -1,4 +1,4 @@ -# $NetBSD: t_ipaddress.sh,v 1.5 2016/11/07 05:25:37 ozaki-r Exp $ +# $NetBSD: t_ipaddress.sh,v 1.6 2016/11/24 07:32:19 ozaki-r Exp $ # # Copyright (c) 2015 Internet Initiative Japan Inc. # All rights reserved. @@ -69,7 +69,7 @@ test_same_address() check_entry $ip UHl check_entry $ip lo0 check_entry $ip 'link#2' - check_entry $net U + check_entry $net UC check_entry $net shmif0 check_entry $net 'link#2' @@ -90,7 +90,7 @@ test_same_address() check_entry $ip UHl check_entry $ip lo0 check_entry $ip 'link#2' - check_entry $net U + check_entry $net UC check_entry $net shmif0 check_entry $net 'link#2' @@ -122,7 +122,7 @@ test_same_address6() check_entry $ip UHl check_entry $ip lo0 check_entry $ip 'link#2' - check_entry $net U + check_entry $net UC check_entry $net shmif0 check_entry $net 'link#2' @@ -143,7 +143,7 @@ test_same_address6() check_entry $ip UHl check_entry $ip lo0 check_entry $ip 'link#2' - check_entry $net U + check_entry $net UC check_entry $net shmif0 check_entry $net 'link#2'