]> git.ipfire.org Git - thirdparty/nftables.git/commit
monitor: Quote device names in chain declarations, too
authorPhil Sutter <phil@nwl.cc>
Thu, 28 Aug 2025 14:47:03 +0000 (16:47 +0200)
committerPhil Sutter <phil@nwl.cc>
Tue, 2 Sep 2025 10:56:44 +0000 (12:56 +0200)
commited1b5b672b2eeb6244bed566227bee2aa7a1e4b4
tree16d682057847632421f77d66cf8920d7d5e3dbe2
parent441ff666cb22921f23b14146a70c1111210364a2
monitor: Quote device names in chain declarations, too

Fixed commit missed the fact that there are two routines printing chain
declarations.

Fixes: eb30f236d91a8 ("rule: print chain and flowtable devices in quotes")
Signed-off-by: Phil Sutter <phil@nwl.cc>
src/rule.c