History log of /netbsd-src/tests/net/if_vlan/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 30e5b9c2 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 ...


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

added tests for IFF_PROMISC of vlan(4)


# 9de5f4c0 14-Jun-2018 yamaguchi <yamaguchi@NetBSD.org>

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

ok ozaki-r@


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

Add basic tests for vlan(4)