]> 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>
Tue, 2 Mar 2021 13:03:06 +0000 (14:03 +0100)
commit791f370cb5d6a24a1938a4e0147cc2734df6d076
treee257f8129db0391eee1602252bd9f042efed508e
parent2d1773f323195f2ff4910b1ce0f66207dcae79f3
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

(cherry picked from commit 095aabf7dc814ae96d83bc5327a4b1f2e23be419)
tests/sys/common/vnet.subr
tests/sys/net/Makefile
tests/sys/net/if_bridge_test.sh [new file with mode: 0755]