From: James Morris Date: Wed, 24 May 2006 16:12:40 +0000 (+0000) Subject: secmark: Add libip6t_SECMARK X-Git-Tag: v1.3.6~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d718220596c970eba76b1e7f4bb82b051e27ef35;p=thirdparty%2Fiptables.git secmark: Add libip6t_SECMARK This patch adds the shared library module for the SECMARK target (IPv6). Signed-off-by: James Morris --- diff --git a/extensions/Makefile b/extensions/Makefile index 678bedcb..24cdeb0f 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -10,7 +10,7 @@ PF6_EXT_SLIB:=connmark eui64 hl icmp6 length limit mac mark multiport owner phys ifeq ($(DO_SELINUX), 1) PF_EXT_SE_SLIB:=SECMARK -PF6_EXT_SE_SLIB:= +PF6_EXT_SE_SLIB:=SECMARK endif # Optionals