mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05:00
Set up three vnet jails, bridged together. Run carp between two of them. Attempt to provoke locking / epoch issues. Reviewed by: mav (previous version), melifaro, asomers Differential Revision: https://reviews.freebsd.org/D24303
24 lines
366 B
Makefile
24 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netinet
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
ATF_TESTS_C= ip_reass_test \
|
|
so_reuseport_lb_test \
|
|
socket_afinet
|
|
|
|
ATF_TESTS_SH= carp fibs_test redirect divert forward output
|
|
|
|
PROGS= udp_dontroute tcp_user_cookie
|
|
|
|
${PACKAGE}FILES+= redirect.py
|
|
|
|
${PACKAGE}FILESMODE_redirect.py=0555
|
|
|
|
MAN=
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|