]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests: basic VLAN test
authorKristof Provost <kp@FreeBSD.org>
Tue, 15 Oct 2019 04:50:08 +0000 (04:50 +0000)
committerKristof Provost <kp@FreeBSD.org>
Mon, 2 Aug 2021 15:03:02 +0000 (17:03 +0200)
commite22a6a4fbfaf02c4a76542e1cfad76a8194c0290
tree77d9f3b23e9a1602cc759c921c1ffaca2cb65244
parent766bd3d6b0b82bfb37a8907aa64eea542646d8b4
tests: basic VLAN test

Set up two jails connected by an epair. Create VLAN interfaces in both
jails and check connectivity.

This is a very basic test, but exposed panics during the network stack
epoch work, so this is worth testing.

(cherry picked from commit fcd69db27dc93796374600938e4fcf5544aa2a06)
tests/sys/net/Makefile
tests/sys/net/if_vlan.sh [new file with mode: 0755]