From: James Morris Date: Wed, 24 May 2006 16:12:55 +0000 (+0000) Subject: secmark: Add libipt_CONNSECMARK X-Git-Tag: v1.3.6~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517ac155b5ed80b0aec1ec9db0b670d55d61a0ab;p=thirdparty%2Fiptables.git secmark: Add libipt_CONNSECMARK This patch adds the shared library module for the CONNSECMARK target (IPv4). Signed-off-by: James Morris --- diff --git a/extensions/Makefile b/extensions/Makefile index 24cdeb0f..15a8f698 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -9,7 +9,7 @@ PF_EXT_SLIB:=ah addrtype comment connlimit connmark conntrack dscp ecn esp hashl PF6_EXT_SLIB:=connmark eui64 hl icmp6 length limit mac mark multiport owner physdev policy standard state tcp udp CONNMARK HL LOG NFQUEUE MARK TRACE ifeq ($(DO_SELINUX), 1) -PF_EXT_SE_SLIB:=SECMARK +PF_EXT_SE_SLIB:=SECMARK CONNSECMARK PF6_EXT_SE_SLIB:=SECMARK endif