]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tun tests: Test renaming and destroying a tun interface in a vnet jail
authorkp <kp@FreeBSD.org>
Tue, 5 Mar 2019 15:49:30 +0000 (15:49 +0000)
committerkp <kp@FreeBSD.org>
Tue, 5 Mar 2019 15:49:30 +0000 (15:49 +0000)
commitfeb08f9e39f63301080136010c266658240e136a
tree65a9d001e66e07178dcf6b07b599b976011a6cb6
parent863a31f523a72295801904b6afbc1ba9f7e0efcb
tun tests: Test renaming and destroying a tun interface in a vnet jail

There was a problem destroying renamed tun interfaces in vnet jails. This was
fixed in r344794. Test the previously failing scenario.

PR: 235704
MFC after: 2 weeks
tests/sys/net/Makefile
tests/sys/net/if_tun_test.sh [new file with mode: 0755]