This is a respin containing fixed versions of patches objected against and remaining ones not applied earlier. Phil Sutter (7): xtables-restore: Improve user-defined chain detection xtables-restore: Make COMMIT support configurable ebtables-restore: Use xtables_restore_parse() ebtables: Review match/target lookup xtables: Implement arptables-{save,restore} tests: Add arptables-{save,restore} testcases tests: Add ebtables-{save,restore} testcases iptables/Makefile.am | 2 + iptables/nft-arp.c | 55 ++++-- iptables/nft-bridge.c | 35 +++- iptables/nft-shared.h | 1 + iptables/nft.c | 4 +- iptables/nft.h | 7 +- .../arptables/0001-arptables-save-restore_0 | 58 +++++++ .../0002-arptables-restore-defaults_0 | 28 +++ .../ebtables/0002-ebtables-save-restore_0 | 112 ++++++++++++ .../ebtables/0003-ebtables-restore-defaults_0 | 33 ++++ iptables/xtables-arp-standalone.c | 19 +- iptables/xtables-arp.c | 39 ++++- iptables/xtables-eb-standalone.c | 2 +- iptables/xtables-eb.c | 59 ++----- iptables/xtables-multi.h | 2 + iptables/xtables-nft-multi.c | 4 + iptables/xtables-restore.c | 162 +++++++----------- iptables/xtables-save.c | 39 +++++ 18 files changed, 475 insertions(+), 186 deletions(-) create mode 100755 iptables/tests/shell/testcases/arptables/0001-arptables-save-restore_0 create mode 100755 iptables/tests/shell/testcases/arptables/0002-arptables-restore-defaults_0 create mode 100755 iptables/tests/shell/testcases/ebtables/0002-ebtables-save-restore_0 create mode 100755 iptables/tests/shell/testcases/ebtables/0003-ebtables-restore-defaults_0 -- 2.18.0 -- 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