On Sat, Sep 26, 2015 at 05:14:03AM +0200, Florian Westphal wrote: > An instruction like > > bridge filter input ip saddr 1.2.3.4 ether saddr a:b:c:d:e:f > > is displayed as > > unknown unknown 0x1020304 [invalid type] ether saddr 00:0f:54:0c:11:04 ether type ip > > .. because the (implicit) 'ether type ip' that is injected before the > network header match gets merged into the ether saddr instruction. > > This inverts the merge in case the merge candidate contains > a next header protocol field. > > After this change, the rule will be displayed as > > bridge filter input ether saddr a:b:c:d:e:f ip saddr 1.2.3.4 > > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html