From: Eric Dumazet Date: Thu, 21 Apr 2011 08:57:21 +0000 (+0200) Subject: netfilter: fix ebtables compat support X-Git-Tag: v2.6.39~61^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a6351eecf8c87afed9c883bb6341d09406d74ba;p=pandora-kernel.git netfilter: fix ebtables compat support commit 255d0dc34068a976 (netfilter: x_table: speedup compat operations) made ebtables not working anymore. 1) xt_compat_calc_jump() is not an exact match lookup 2) compat_table_info() has a typo in xt_compat_init_offsets() call 3) compat_do_replace() misses a xt_compat_init_offsets() call Reported-by: dann frazier Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed