From c535160e2da4db6921d4441703ff8ec3beb6f2cd Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 8 Oct 2024 18:11:39 +0200 Subject: man: ebtables-nft.8: Note that --concurrent is a NOP For obvious reasons, ebtables-nft does not need file-based locking to prevent concurrency. Fixes: 1939cbc25e6f5 ("doc: Adjust ebtables man page") Signed-off-by: Phil Sutter --- iptables/ebtables-nft.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iptables/ebtables-nft.8 b/iptables/ebtables-nft.8 index 29c7d9fa..86981650 100644 --- a/iptables/ebtables-nft.8 +++ b/iptables/ebtables-nft.8 @@ -358,7 +358,8 @@ When talking to the kernel, use this to try to automatically load missing kernel modules. .TP .B --concurrent -Use a file lock to support concurrent scripts updating the ebtables kernel tables. +This would use a file lock to support concurrent scripts updating the ebtables +kernel tables. It is not needed with \fBebtables-nft\fP though and thus ignored. .SS RULE SPECIFICATIONS -- cgit v1.2.3