diff options
author | Phil Sutter <phil@nwl.cc> | 2024-10-08 18:11:39 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2024-10-16 15:31:44 +0200 |
commit | c535160e2da4db6921d4441703ff8ec3beb6f2cd (patch) | |
tree | 8dfec39158e5c8d56efc33da1b6231f4a8623797 | |
parent | 42b012d7ad20c4f416d34056d7e2600a60f1f1a4 (diff) |
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 <phil@nwl.cc>
-rw-r--r-- | iptables/ebtables-nft.8 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |