]> git.ipfire.org Git - thirdparty/iptables.git/commit
ebtables-compat: use ebtables_command_state in bootstrap code
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 9 Oct 2014 18:11:16 +0000 (20:11 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 24 Nov 2014 10:35:34 +0000 (11:35 +0100)
commit902e92ceedba96d3241fa8ff701c061cd53a197d
tree9c45d7fcb97a3f507c727b31d77e7311cab1d74d
parentda871de2a6efb576b6378a66222c0871f4282e96
ebtables-compat: use ebtables_command_state in bootstrap code

And introduce fake ebt_entry.

This gets the code in sync in other existing compat tools. This
will likely allow to consolidate common infrastructure.

This code is still quite experimental.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter_bridge/ebtables.h [deleted file]
iptables/nft-bridge.c
iptables/nft-bridge.h [new file with mode: 0644]
iptables/nft-shared.c
iptables/nft-shared.h
iptables/nft.h
iptables/xtables-eb-standalone.c
iptables/xtables-eb.c
iptables/xtables-ebtables.h [deleted file]