From: Paul Bolle Date: Wed, 12 Feb 2014 09:53:01 +0000 (+0100) Subject: netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE" X-Git-Tag: v3.14-rc6~30^2~56^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06efbd6d5694b2e3cde176f724ba572d57709616;p=pandora-kernel.git netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE" There are two checks for CONFIG_NET_CLS_ROUTE, but the corresponding Kconfig symbol was dropped in v2.6.39. Since the code guards access to dst_entry.tclassid it seems CONFIG_IP_ROUTE_CLASSID should be used instead. Signed-off-by: Paul Bolle Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed