mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
480ad40553
A number of tests create a bridge, but did not check if if_bridge.ko is loaded. We usually get away with that, because `ifconfig bridge create` autoloads the module, but if we run the tests in a jail (e.g. because of kyua's upcoming execenv.jail.params feature) we can't load the module and these tests can fail. Check if the module is loaded, skip the test if it is not. Reviewed by: markj MFC after: 1 week Event: Kitchener-Waterloo Hackathon 202406 Differential Revision: https://reviews.freebsd.org/D45487 |
||
---|---|---|
.. | ||
ccd | ||
ca.crt | ||
ca.key | ||
client2.crt | ||
client2.key | ||
client.crt | ||
client.key | ||
dh.pem | ||
if_ovpn_c.c | ||
if_ovpn.sh | ||
Makefile | ||
server.crt | ||
server.key | ||
user.pass | ||
utils.subr |