freebsd-src/tests/sys/net/if_ovpn
Kristof Provost eed634d113 if_ovpn tests: fix WITHOUT_PF
At least one if_ovpn.sh test relies on pf, so the file includes
netpfil/pf/utils.subr, which doesn't exist if WITHOUT_PF is set.

Do not install the if_ovpn.sh tests if pf is disabled.

Suggested by:	Olivier Cochard-Labbé <olivier@freebsd.org>
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2022-08-18 11:25:51 +02:00
..
ccd if_ovpn tests: extend multi_client test with an iroute test 2022-06-28 13:51:41 +02:00
ca.crt
ca.key
client.crt
client.key
client2.crt if_ovpn tests: extend multi_client test with an iroute test 2022-06-28 13:51:41 +02:00
client2.key if_ovpn tests: extend multi_client test with an iroute test 2022-06-28 13:51:41 +02:00
dh.pem
if_ovpn.sh if_ovpn tests: remote access test case 2022-08-09 15:14:14 +02:00
if_ovpn_c.c Adjust function definition in if_ovpn_c.c to avoid clang 15 warning 2022-08-14 13:11:52 +02:00
Makefile if_ovpn tests: fix WITHOUT_PF 2022-08-18 11:25:51 +02:00
server.crt
server.key
user.pass
utils.subr