]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: monitor: enclose device names in quotes
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 10 Jul 2025 00:53:50 +0000 (02:53 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 10 Jul 2025 00:53:57 +0000 (02:53 +0200)
commit26746952952bba8c19aebbd03a55decbc0d0c5fc
treed843944aa921582586374613ce487950ef8f953a
parente0d92243be1cf1a485450a56d845e7bf2d1c6051
tests: monitor: enclose device names in quotes

Update test to enclose flowtable device names in quotes, otherwise,
it reports a spurious issue:

@@ -1,2 +1,3 @@
 add table ip t
-add flowtable ip t ft { hook ingress priority 0; devices = { lo }; }
+add flowtable ip t ft { hook ingress priority 0; devices = { "lo" }; }

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/monitor/testcases/flowtable-simple.t