4fbebc7472
Some IPSec in tunnel mode allowing to test multiple IPSec configurations. These tests are reusing the jail/vnet scripts from pf tests for generating complex network. Submitted by: olivier@ Differential Revision: https://reviews.freebsd.org/D13017
8 lines
99 B
Makefile
8 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netipsec
|
|
|
|
TESTS_SUBDIRS+= tunnel
|
|
|
|
.include <bsd.test.mk>
|