Repository : ssh://git@diktynna/batctl
On branch : master
commit 1b4c54143eea936eef2a2791c8a9da668db3b5b8 Author: Sven Eckelmann sven@narfation.org Date: Fri May 14 13:30:31 2021 +0200
batctl: Don't mention log command in manpage
The log command was dropped in commit ca6f213726db ("batctl: Drop log subcommand") and should therefore not be mentioned anymore in the manpage for newer batctl versions.
Signed-off-by: Sven Eckelmann sven@narfation.org
1b4c54143eea936eef2a2791c8a9da668db3b5b8 man/batctl.8 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/man/batctl.8 b/man/batctl.8 index d490100..bc0dfb6 100644 --- a/man/batctl.8 +++ b/man/batctl.8 @@ -31,7 +31,7 @@ batctl - B.A.T.M.A.N. advanced control and management tool .br .SH DESCRIPTION batctl offers a convenient way to configure the batman-adv kernel module as well as displaying debug information -such as originator tables, translation tables and the debug log. In combination with a bat-hosts file batctl allows +such as originator tables and translation tables. In combination with a bat-hosts file batctl allows the use of host names instead of MAC addresses. .PP B.A.T.M.A.N. advanced operates on layer 2. Thus all hosts participating in the virtual switched network are transparently @@ -137,9 +137,8 @@ Level 'routes' enables messages related to routes being added / changed / delete translation table operations. Level 'bla' enables messages related to the bridge loop avoidance. Level 'dat' enables messages related to ARP snooping and the Distributed Arp Table. Level 'nc' enables messages related to network coding. Level 'mcast' enables messages related to multicast optimizations. Level 'tp' enables messages related to throughput meter. -Level 'all' enables all messages. The messages are sent to the batman-adv debug log. Use \fBbatctl log\fP to retrieve it. -Make sure to have debugging output enabled when compiling the module otherwise the output as well as the loglevel options -won't be available. +Level 'all' enables all messages. The messages are sent to the kernels trace buffers. Use \fBtrace-cmd stream -e batadv:batadv_dbg\fP +to receive the system wide log messages. .br .IP "[\fBmeshif <netdev>\fP] \fBgw_mode|gw\fP [\fBoff\fP|\fBclient\fP|\fBserver\fP] [\fBsel_class|bandwidth\fP]\fP" If no parameter is given the current gateway mode is displayed otherwise the parameter is used to set the gateway mode. The