summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/0001flowtable_0
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/0001flowtable_0
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/0001flowtable_0')
-rwxr-xr-xtests/shell/testcases/flowtable/0001flowtable_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/flowtable/0001flowtable_0 b/tests/shell/testcases/flowtable/0001flowtable_0
index 90b23dc3..8336ec5a 100755
--- a/tests/shell/testcases/flowtable/0001flowtable_0
+++ b/tests/shell/testcases/flowtable/0001flowtable_0
@@ -7,7 +7,7 @@ EXPECTED='table inet t {
}
chain c {
- flow offload @f
+ flow add @f
}
}'