History log of /netbsd/tests/net/if_vlan/t_vlan.sh (Results 1 – 24 of 24)
Revision Date Author Comments
# cf12f019 19-Aug-2021 yamaguchi <yamaguchi@NetBSD.org>

Make the test program run in background after doing BIOCPROMISC

t_vlan has rarely failed by checking IFF_PROMISC before the
test program do BIOCPROMISC. To solve this, BIOCPROMISC is
done in the for

Make the test program run in background after doing BIOCPROMISC

t_vlan has rarely failed by checking IFF_PROMISC before the
test program do BIOCPROMISC. To solve this, BIOCPROMISC is
done in the foreground.

fixes PR/56357

show more ...


# b14ea2d4 14-Jul-2021 yamaguchi <yamaguchi@NetBSD.org>

vlan: Added missing $HIJACKING before brconfig


# 0a2abb49 14-Jul-2021 yamaguchi <yamaguchi@NetBSD.org>

Added tests for adding vlan(4) to a bridge and deleting from it

- add vlan(4) that has no parent interface to a bridge member
- the vlan(4) cannot be added to a bridge member
- detach the parent

Added tests for adding vlan(4) to a bridge and deleting from it

- add vlan(4) that has no parent interface to a bridge member
- the vlan(4) cannot be added to a bridge member
- detach the parent interface of vlan(4) that is in a bridge member
- vlan(4) is deleted from a bridge member at the detaching

show more ...


# 52b7dd9e 14-Jul-2021 yamaguchi <yamaguchi@NetBSD.org>

Added a test about clearing IFF_PROMISC at vlan_unconfig

This test is related to PR/49196


# d659b7f1 09-Jul-2021 yamaguchi <yamaguchi@NetBSD.org>

added tests for IFF_PROMISC of vlan(4)


# 88944874 06-Jul-2021 yamaguchi <yamaguchi@NetBSD.org>

vlan: added checks of linkstate


# 75ee67b1 02-Jul-2021 yamaguchi <yamaguchi@NetBSD.org>

Added tests for changing a MTU when the vlan(4) is added to bridge(4)

The tests is for PR kern/56292


# a9404914 08-Mar-2020 nisimura <nisimura@NetBSD.org>

address to ATF t_vlan failure. adapt ifmcstat(8) output format change.


# d2674664 11-Nov-2019 yamaguchi <yamaguchi@NetBSD.org>

atf: add test cases for MTU that is increased on SIOCSETVLAN

From t-kusaba@IIJ, thanks


# 644db2cd 11-Dec-2018 ozaki-r <ozaki-r@NetBSD.org>

tests: add missing $af


# 5b47a999 07-Dec-2018 ozaki-r <ozaki-r@NetBSD.org>

tests: check error messages strictly


# d2788a51 07-Dec-2018 ozaki-r <ozaki-r@NetBSD.org>

tests: reduce repeated phrases... (NFC)


# dc663ea9 14-Nov-2018 knakahara <knakahara@NetBSD.org>

let ATF detect a bug fixed by if_vla.c:r1.132.


# 7071c103 14-Jun-2018 yamaguchi <yamaguchi@NetBSD.org>

Update the error message in t_vlan (ENXIO => EINVAL)

ok ozaki-r@


# 7a5814c3 14-Jun-2018 yamaguchi <yamaguchi@NetBSD.org>

Add test cases for multicast address handling of vlan(4)

ok ozaki-r@


# 039773a0 12-Jun-2018 ozaki-r <ozaki-r@NetBSD.org>

Add tests of vlan with bridge

The tests trigger a panic reported in PR kern/53357.


# 5887e14d 01-Feb-2018 ozaki-r <ozaki-r@NetBSD.org>

Commonalize and add tests of creating/destroying interfaces


# c84c7aed 23-Nov-2017 kre <kre@NetBSD.org>

Since there was already a test to verify that vlan tag 4096 is
detected as invalid, become the "someone" referred to in the
previous commit log, and add tests for 0 and 4095 as well, and
while here,

Since there was already a test to verify that vlan tag 4096 is
detected as invalid, become the "someone" referred to in the
previous commit log, and add tests for 0 and 4095 as well, and
while here, throw in a few more that might elicit bugs.

And if the shell running the tests is able, add tests of a few
random vlan tags between 2 and 4093 (1 and 4094 are always tested)
to check that anything in range works (well, partially check...)

show more ...


# b1e4419b 23-Nov-2017 kre <kre@NetBSD.org>

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?)


# 65c393a1 16-Nov-2017 msaitoh <msaitoh@NetBSD.org>

Add test case of vlan(4)'s re-configure without destroy
(see also if_vlan.c rev. 1.104). Written by s-yamaguchi@iij.


# d668e406 11-Oct-2017 msaitoh <msaitoh@NetBSD.org>

Add a test case for duplicated VLAN ID.


# 585004e0 09-Aug-2017 knakahara <knakahara@NetBSD.org>

Add counter check to vlan(4) ATF. Implemented by s-yamaguchi@IIJ, thanks.


# d04fb9ba 14-Jun-2017 ozaki-r <ozaki-r@NetBSD.org>

Add test cases for vlan(4)

From s-yamaguchi@IIJ


# d8b2128b 26-Nov-2016 ozaki-r <ozaki-r@NetBSD.org>

Add basic tests for vlan(4)