From: Eric Dumazet Date: Thu, 21 Apr 2011 08:57:21 +0000 (+0200) Subject: netfilter: fix ebtables compat support X-Git-Tag: v3.0-rc1~377^2~48^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954d70388307eb1ccb328d9f960657022a316243;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