From 40ef308e19b6db02017a8a650406b0c6d37be750 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 21 Jul 2020 01:50:06 +0200 Subject: rule: flush set cache before flush command Flush the set cache before adding the flush command to the netlink batch. Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/sets/dumps/0052overlap_0.nft | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/shell/testcases/sets/dumps/0052overlap_0.nft (limited to 'tests/shell/testcases/sets/dumps/0052overlap_0.nft') diff --git a/tests/shell/testcases/sets/dumps/0052overlap_0.nft b/tests/shell/testcases/sets/dumps/0052overlap_0.nft new file mode 100644 index 00000000..1cc02ada --- /dev/null +++ b/tests/shell/testcases/sets/dumps/0052overlap_0.nft @@ -0,0 +1,8 @@ +table ip filter { + set w_all { + type ipv4_addr + flags interval + auto-merge + elements = { 10.10.10.10, 10.10.10.253 } + } +} -- cgit v1.2.3