From 5573d0146c1ae71ac5b3e4ba6a12c00585646a1a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 27 Nov 2016 23:26:56 +0100 Subject: src: support for stateful objects This patch allows you to add, to delete and to get stateful objects, this support two object types: counter and quota. Signed-off-by: Pablo Neira Ayuso --- tests/test-script.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-script.sh') diff --git a/tests/test-script.sh b/tests/test-script.sh index 3244f80..743e514 100755 --- a/tests/test-script.sh +++ b/tests/test-script.sh @@ -27,4 +27,5 @@ ./nft-rule-test ./nft-set-test ./nft-table-test +./nft-object-test ./nft-parsing-test -d jsonfiles -- cgit v1.2.3