]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bridge: Basic test case
authorKristof Provost <kp@FreeBSD.org>
Sun, 16 Feb 2020 13:16:40 +0000 (13:16 +0000)
committerKristof Provost <kp@FreeBSD.org>
Sun, 16 Feb 2020 13:16:40 +0000 (13:16 +0000)
commit095aabf7dc814ae96d83bc5327a4b1f2e23be419
treead91445df2c364380a895899441af53d2b506645
parent07a721ac736c25c7630c27646857e55c0dbc7676
bridge: Basic test case

Very basic bridge test: Set up two jails and test that they can pass IPv4
traffic over the bridge.

Reviewed by: melifaro, philip
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23697
tests/sys/common/vnet.subr
tests/sys/net/Makefile
tests/sys/net/if_bridge_test.sh [new file with mode: 0755]