From: WANG Cong Date: Wed, 15 Jan 2014 23:38:43 +0000 (-0800) Subject: net_sched: act: pick a different type for act_xt X-Git-Tag: v3.14-rc1~94^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c80563c2fdd9b32e37e2570e5b1ba9befd591c0;p=pandora-kernel.git net_sched: act: pick a different type for act_xt In tcf_register_action() we check either ->type or ->kind to see if there is an existing action registered, but ipt action registers two actions with same type but different kinds. They should have different types too. Cc: Jamal Hadi Salim Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed