On Wed, Oct 28, 2015 at 02:01:55AM +0100, Florian Westphal wrote: > Alin Nastac <alin.nastac@xxxxxxxxx> wrote: > > ebtables has a bug that prevents creation of rules with RETURN target, any attempt will result in an > > RETURN not allowed on base chain > > error even if the chain where you want to create the rule is a user defined chain. > > > > Reproduction scenario: > > root@OpenWrt:~# ebtables -N foo > > root@OpenWrt:~# ebtables -A OUTPUT -j foo > > root@OpenWrt:~# ebtables -A foo -j mark --mark-or 3 --mark-target RETURN > > --mark-target RETURN not allowed on base chain. > > > > My email client will probably replace tabs in the patch below, but > > Yes, I applied this manually (with minor edits to commit message). Thanks, I wonder since then this has been broken BTW. -- 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