1. 15 1月, 2014 1 次提交
  2. 14 1月, 2014 1 次提交
    • P
      netfilter: Add dependency on IPV6 for NF_TABLES_INET · 419331d8
      Paul Gortmaker 提交于
      Commit 1d49144c ("netfilter: nf_tables: add "inet" table for
      IPv4/IPv6") allows creation of non-IPV6 enabled .config files that
      will fail to configure/link as follows:
      
      warning: (NF_TABLES_INET) selects NF_TABLES_IPV6 which has unmet direct dependencies (NET && INET && IPV6 && NETFILTER && NF_TABLES)
      warning: (NF_TABLES_INET) selects NF_TABLES_IPV6 which has unmet direct dependencies (NET && INET && IPV6 && NETFILTER && NF_TABLES)
      warning: (NF_TABLES_INET) selects NF_TABLES_IPV6 which has unmet direct dependencies (NET && INET && IPV6 && NETFILTER && NF_TABLES)
      net/built-in.o: In function `nft_reject_eval':
      nft_reject.c:(.text+0x651e8): undefined reference to `nf_ip6_checksum'
      nft_reject.c:(.text+0x65270): undefined reference to `ip6_route_output'
      nft_reject.c:(.text+0x656c4): undefined reference to `ip6_dst_hoplimit'
      make: *** [vmlinux] Error 1
      
      Since the feature is to allow for a mixed IPV4 and IPV6 table, it
      seems sensible to make it depend on IPV6.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Acked-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
      419331d8
  3. 11 1月, 2014 1 次提交
  4. 10 1月, 2014 24 次提交
  5. 09 1月, 2014 13 次提交