Module Name: src
Committed By: kre
Date: Thu Nov 23 04:12:36 UTC 2017
Modified Files:
src/tests/net/if_vlan: t_vlan.sh
Log Message:
Don't attempt to test vlan tags 0 or 4095, which are now rejected
as invalid (perhaps someone could add a test to verify that they
continue to be rejected?)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/if_vlan/t_vlan.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_vlan/t_vlan.sh
diff -u src/tests/net/if_vlan/t_vlan.sh:1.5 src/tests/net/if_vlan/t_vlan.sh:1.6
--- src/tests/net/if_vlan/t_vlan.sh:1.5 Thu Nov 16 06:31:00 2017
+++ src/tests/net/if_vlan/t_vlan.sh Thu Nov 23 04:12:36 2017
@@ -1,4 +1,4 @@
-# $NetBSD: t_vlan.sh,v 1.5 2017/11/16 06:31:00 msaitoh Exp $
+# $NetBSD: t_vlan.sh,v 1.6 2017/11/23 04:12:36 kre Exp $
#
# Copyright (c) 2016 Internet Initiative Japan Inc.
# All rights reserved.
@@ -332,10 +332,10 @@ vlan_vlanid_body_common()
atf_check -s not-exit:0 -e ignore\
rump.ifconfig vlan0 vlan -1 vlanif shmif0
- $config_and_ping 0 # reserved vlan id
+ # $config_and_ping 0 # reserved vlan id
$config_and_ping 1
$config_and_ping 4094
- $config_and_ping 4095 #reserved vlan id
+ # $config_and_ping 4095 #reserved vlan id
export RUMP_SERVER=$SOCK_LOCAL
atf_check -s not-exit:0 -e ignore \