mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
checks for collision/non-collision properties in binding them. This test would have identified a bug recently reported on current@ involding my disaggregation of the pcbinfo lock. It would be nice if this test also exercised packet diversion and injection, but that is for another day. MFC after: 3 days Sponsored by: Juniper Networks, Inc.
11 lines
92 B
Makefile
11 lines
92 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= ipdivert
|
|
SRCS= ipdivert.c
|
|
NO_MAN=
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|