opnsense-src/tests/sys/net
Kristof Provost 5377560783 bridge tests: Test for #216510
We used to have an issue with recursive locking with
net.link.bridge.inherit_mac. This causes us to send an ARP request while
we hold the BRIDGE_LOCK, which used to cause us to acquire the
BRIDGE_LOCK again. We can't re-acquire it, so this caused a panic.

Now that we no longer need to acquire the BRIDGE_LOCK for
bridge_transmit() this should no longer panic. Test this.

PR:	216510
Reviewed by:	emaste, philip
MFC after:	2 months
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D24251
2020-04-26 16:27:03 +00:00
..
routing Skip routing regression tests depending on if_epair if this module isn't installed. 2020-04-17 16:31:07 +00:00
if_bridge_test.sh bridge tests: Test for #216510 2020-04-26 16:27:03 +00:00
if_clone_test.sh Remove trailing whitespace 2020-02-16 10:59:32 +00:00
if_epair.c Skip if_epair regression test if module doesn't exist 2020-03-03 17:35:15 +00:00
if_lagg_test.sh Temporarily skip sys.net.if_lagg_test.lacp_linkstate_destroy_stress on i386 CI 2020-02-16 16:49:29 +00:00
if_tun_test.sh
if_vlan.sh tests: basic VLAN test 2019-10-15 04:50:08 +00:00
Makefile Skip if_epair regression test if module doesn't exist 2020-03-03 17:35:15 +00:00
randsleep.c Properly fix GCC build in r357867 2020-02-14 09:25:29 +00:00