diff options
author | Phil Sutter <phil@nwl.cc> | 2022-03-24 11:06:24 +0100 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2022-05-11 12:18:31 +0200 |
commit | ce9195c6e2fa6c6daa3c34b94353a539237b3809 (patch) | |
tree | c4475733691da6d52d55f43dfec0dccf9adeccab | |
parent | 404f304d00e69dcdfdb83537e8c11b8c253e415e (diff) |
extensions: LOG: Document --log-macdecode in man page
Help text already contains it, so no update needed there.
Fixes: 127647892c7ca ("extensions: libipt_LOG/libip6t_LOG: support macdecode option")
Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r-- | extensions/libxt_LOG.man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/libxt_LOG.man b/extensions/libxt_LOG.man index 354edf4c..1d5071ba 100644 --- a/extensions/libxt_LOG.man +++ b/extensions/libxt_LOG.man @@ -30,3 +30,6 @@ Log options from the IP/IPv6 packet header. .TP \fB\-\-log\-uid\fP Log the userid of the process which generated the packet. +.TP +\fB\-\-log\-macdecode\fP +Log MAC addresses and protocol. |