]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: shell: add a new testcase for ruleset loading bug
authorArturo Borrero Gonzalez <arturo@debian.org>
Thu, 3 Nov 2016 12:04:47 +0000 (13:04 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 8 Nov 2016 23:21:38 +0000 (00:21 +0100)
commitb9913c199cd70e2928adf5d735bf7508596fcfc2
tree9b8d7e8d3bdec7973b3f6cdac9c40bf2249d42aa
parent51c506797a1b23921b66b9184f77ea8c02752cdb
tests: shell: add a new testcase for ruleset loading bug

There seems to be a bug that prevent loading a ruleset twice in a row
if the ruleset contains sets with intervals. This seems related to the
nft cache.

By the time of this commit, the bug is not fixed yet.

Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/shell/testcases/cache/0002_interval_0 [new file with mode: 0755]