mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
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
7 lines
99 B
Makefile
7 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netipsec
|
|
|
|
TESTS_SUBDIRS+= tunnel
|
|
|
|
.include <bsd.test.mk>
|