]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "netfilter: ensure number of counters is >0 in do_replace()"
authorBernhard Thaler <bernhard.thaler@wvnet.at>
Thu, 28 May 2015 08:26:18 +0000 (10:26 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 1 Jun 2015 17:45:47 +0000 (19:45 +0200)
commitd4778816a23ff6f98a84bc705bf627e42a434b13
tree3a66c756931a50e4bbc2339e748fb7964038157a
parente6392c2d2ebd452b70e81f9fea381f119b5d4871
Revert "netfilter: ensure number of counters is >0 in do_replace()"

This partially reverts commit d242dca07aea ("netfilter: ensure number of
counters is >0 in do_replace()") in net/bridge/netfilter/ebtables.c.

Setting rules with ebtables does not work any more with d242dca07aea place.

There is an error message and no rules set in the end.

e.g.

~# ebtables -t nat -A POSTROUTING --src 12:34:56:78:9a:bc -j DROP
Unable to update the kernel. Two possible causes:
1. Multiple ebtables programs were executing simultaneously. The ebtables
   userspace tool doesn't by default support multiple ebtables programs
running

Reverting the ebtables part of d242dca07aea makes this work again.

Signed-off-by: Bernhard Thaler <bernhard.thaler@wvnet.at>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/bridge/netfilter/ebtables.c