mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 04:35:12 +02:00

xt_LOGMARK dumps the nfmark (packet mark), ctmark (connection mark) and/or secmark to syslog. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
7 lines
107 B
Makefile
7 lines
107 B
Makefile
# -*- Makefile -*-
|
|
|
|
obj-m += xt_LOGMARK.o
|
|
obj-m += xt_TARPIT.o
|
|
obj-m += xt_TEE.o
|
|
obj-m += compat_xtables.o
|