Module Name: src
Committed By: yamaguchi
Date: Tue Nov 2 01:42:26 UTC 2021
Modified Files:
src/tests/net/if_lagg: t_lagg.sh
Log Message:
Use IPv6 addresses, not IPv4, in combination test of IPv6, lagg and vlan
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/if_lagg/t_lagg.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/if_lagg/t_lagg.sh
diff -u src/tests/net/if_lagg/t_lagg.sh:1.3 src/tests/net/if_lagg/t_lagg.sh:1.4
--- src/tests/net/if_lagg/t_lagg.sh:1.3 Tue Oct 19 07:57:15 2021
+++ src/tests/net/if_lagg/t_lagg.sh Tue Nov 2 01:42:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: t_lagg.sh,v 1.3 2021/10/19 07:57:15 yamaguchi Exp $
+# $NetBSD: t_lagg.sh,v 1.4 2021/11/02 01:42:26 yamaguchi Exp $
#
# Copyright (c) 2021 Internet Initiative Japan Inc.
# All rights reserved.
@@ -655,7 +655,7 @@ lagg_lacp_vlan()
;;
"inet6")
atf_ping="atf_check -s exit:0 -o ignore rump.ping6 -c 1"
- rumplib="netinet6"
+ rumplib="$rumplib netinet6"
pfx=64
host0addr0=$IP6ADDR0
host1addr0=$IP6ADDR1
@@ -768,7 +768,7 @@ lagg_lacp_vlan_ipv6_head()
lagg_lacp_vlan_ipv6_body()
{
- lagg_lacp_vlan "inet"
+ lagg_lacp_vlan "inet6"
}
lagg_lacp_vlan_ipv6_cleanup()