From 348fa4e735d2e09eadc5cb609903a73464bd56d3 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org" Date: Mon, 14 Feb 2005 13:13:04 +0000 Subject: Kill NFC_* stuff in iptables (Pablo Neira ) Fixes build with conntrack event patch for 2.6 --- ip6tables.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ip6tables.c') diff --git a/ip6tables.c b/ip6tables.c index aa1e148..de48f77 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -1887,7 +1887,6 @@ int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle) && (fw.ipv6.invflags & IP6T_INV_PROTO)) exit_error(PARAMETER_PROBLEM, "rule would never match protocol"); - fw.nfcache |= NFC_IP6_PROTO; break; case 's': @@ -1895,7 +1894,6 @@ int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle) set_option(&options, OPT_SOURCE, &fw.ipv6.invflags, invert); shostnetworkmask = argv[optind-1]; - fw.nfcache |= NFC_IP6_SRC; break; case 'd': @@ -1903,7 +1901,6 @@ int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle) set_option(&options, OPT_DESTINATION, &fw.ipv6.invflags, invert); dhostnetworkmask = argv[optind-1]; - fw.nfcache |= NFC_IP6_DST; break; case 'j': @@ -1935,7 +1932,6 @@ int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle) parse_interface(argv[optind-1], fw.ipv6.iniface, fw.ipv6.iniface_mask); - fw.nfcache |= NFC_IP6_IF_IN; break; case 'o': @@ -1945,7 +1941,6 @@ int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle) parse_interface(argv[optind-1], fw.ipv6.outiface, fw.ipv6.outiface_mask); - fw.nfcache |= NFC_IP6_IF_OUT; break; case 'v': -- cgit v1.2.3