From 2e21fd5f274711bf4642456a1e15e7310d7bfca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20H=C3=A4gele?= <32416437+khagele@users.noreply.github.com> Date: Tue, 12 May 2026 12:09:13 +0200 Subject: [PATCH] Update CLI command parameters for bridge source --- docs/cli_commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cli_commands.md b/docs/cli_commands.md index fb698228ed..7853280fdf 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md @@ -976,10 +976,10 @@ region save **Parameters:** - `source`: - - `logRx`: bridges received packets - - `logTx`: bridges transmitted packets + - `rx`: bridges received packets + - `tx`: bridges transmitted packets -**Default:** `logTx` +**Default:** `tx` ---