summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/dumps
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-03-20 11:32:58 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-03-20 11:43:29 +0100
commit4795a994e2810c63d8da19b5f75854db470e4a6c (patch)
tree69301ad7421e375adbff8556113cb6c6b2409cfd /tests/shell/testcases/flowtable/dumps
parentd8081e6183b219b2b3d1eccea07fc2e870105f08 (diff)
src: use 'flow add' syntax
As discussed during NFWS 2018. Old syntax is stilled allowed. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell/testcases/flowtable/dumps')
-rw-r--r--tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft b/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
index 6a1c7b81..629bfe81 100644
--- a/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
+++ b/tests/shell/testcases/flowtable/dumps/0001flowtable_0.nft
@@ -5,6 +5,6 @@ table inet t {
}
chain c {
- flow offload @f
+ flow add @f
}
}