[netfilter-cvslog] r6617 - trunk/iptables/extensions

kaber at netfilter.org kaber at netfilter.org
Wed May 24 18:12:41 CEST 2006


Author: kaber at netfilter.org
Date: 2006-05-24 18:12:40 +0200 (Wed, 24 May 2006)
New Revision: 6617

Modified:
   trunk/iptables/extensions/Makefile
Log:
[PATCH 03/05] secmark: Add libip6t_SECMARK

This patch adds the shared library module for the SECMARK target (IPv6).

Signed-off-by: James Morris <jmorris at namei.org>


Modified: trunk/iptables/extensions/Makefile
===================================================================
--- trunk/iptables/extensions/Makefile	2006-05-24 16:12:24 UTC (rev 6616)
+++ trunk/iptables/extensions/Makefile	2006-05-24 16:12:40 UTC (rev 6617)
@@ -10,7 +10,7 @@
 
 ifeq ($(DO_SELINUX), 1)
 PF_EXT_SE_SLIB:=SECMARK
-PF6_EXT_SE_SLIB:=
+PF6_EXT_SE_SLIB:=SECMARK
 endif
 
 # Optionals




More information about the netfilter-cvslog mailing list