From 51340f7b6a1103b12d86ef488f7140406d80401e Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 15 Jul 2013 16:35:08 +0200 Subject: extensions: libxt_connlabel: use libnetfilter_conntrack Pablo suggested to make it depend on lnf-conntrack, and get rid of the example config file as well. The problem is that the file must be in a fixed path, /etc/xtables/connlabel.conf, else userspace needs to "guess-the-right-file" when translating names to their bit values (and vice versa). Originally "make install" did put an example file into /etc/xtables/, but distributors complained about iptables ignoring the sysconfdir. So rather remove the example file, the man-page explains the format, and connlabels are inherently system-specific anyway. Signed-off-by: Florian Westphal --- etc/xtables/connlabel.conf | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 etc/xtables/connlabel.conf (limited to 'etc') diff --git a/etc/xtables/connlabel.conf b/etc/xtables/connlabel.conf deleted file mode 100644 index 9167029e..00000000 --- a/etc/xtables/connlabel.conf +++ /dev/null @@ -1,8 +0,0 @@ -# example connlabel.conf mapping file. -# used by the "connlabel" match to translate names to their bit-value. -0 eth0-in -1 eth0-out -2 ppp-in -3 ppp-out -4 bulk-traffic -5 interactive -- cgit v1.2.3