]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests/shell: add testcases for Netfilter bug #965
authorArturo Borrero <arturo.borrero.glez@gmail.com>
Thu, 14 Apr 2016 07:58:56 +0000 (09:58 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 15 Apr 2016 10:39:05 +0000 (12:39 +0200)
commitf9feca7d4029ed5af9e392cab3db93a5db0aa33f
treeaa3e2f7903d88183be3dbba80a1e00cb2d428567
parent795d88cb710512d9b85afbb17beaeec3d92dcd54
tests/shell: add testcases for Netfilter bug #965

Testscases for Netfilter bug #965:
 * add rule at position
 * insert rule at position
 * replace rule with given handle
 * delete rule with given handle
 * don't allow to delete rules with position keyword

Netfilter Bugzilla: http://bugzilla.netfilter.org/show_bug.cgi?id=965
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/shell/testcases/rule_management/0001addposition_0 [new file with mode: 0755]
tests/shell/testcases/rule_management/0002insertposition_0 [new file with mode: 0755]
tests/shell/testcases/rule_management/0003insert_0 [new file with mode: 0755]
tests/shell/testcases/rule_management/0004replace_0 [new file with mode: 0755]
tests/shell/testcases/rule_management/0005replace_1 [new file with mode: 0755]
tests/shell/testcases/rule_management/0006replace_1 [new file with mode: 0755]
tests/shell/testcases/rule_management/0007delete_0 [new file with mode: 0755]
tests/shell/testcases/rule_management/0008delete_1 [new file with mode: 0755]
tests/shell/testcases/rule_management/0009delete_1 [new file with mode: 0755]