2873980947
datagrams. Previously destination address from original datagram was used. That looked confusing, especially in the traceroute6 output. Also honor IPSTEALTH kernel option and do TTL/HLIM decrementing only when stealth mode is disabled. Reported by: Marco van Tol <marco at tols org> Reviewed by: melifaro MFC after: 2 weeks Sponsored by: Yandex LLC Differential Revision: https://reviews.freebsd.org/D22631
15 lines
314 B
Makefile
15 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netpfil/ipfw/nat64
|
|
|
|
KMOD= ipfw_nat64
|
|
SRCS= ip_fw_nat64.c nat64_translate.c
|
|
SRCS+= nat64clat.c nat64clat_control.c
|
|
SRCS+= nat64lsn.c nat64lsn_control.c
|
|
SRCS+= nat64stl.c nat64stl_control.c
|
|
SRCS+= opt_ipstealth.h
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/contrib/ck/include
|
|
|
|
.include <bsd.kmod.mk>
|