From 5256a8b5c04cb91d33abd9b3b2fac6ab23b56215 Mon Sep 17 00:00:00 2001 From: Shbinging Date: Mon, 17 Feb 2025 14:45:05 +0800 Subject: [PATCH] doc: correct `ip rip split-horizon` command in the RIP documentation. The previous version incorrectly spelled the command as `ip split-horizon`. The correct command is `ip rip split-horizon`, as indicated in the code at line 675 of rip_cli.c. Signed-off-by: Shbinging --- doc/user/ripd.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/ripd.rst b/doc/user/ripd.rst index ea13dc92df..575eedf952 100644 --- a/doc/user/ripd.rst +++ b/doc/user/ripd.rst @@ -149,12 +149,12 @@ RIP Configuration The default is to be passive on all interfaces. -.. clicmd:: ip split-horizon [poisoned-reverse] +.. clicmd:: ip rip split-horizon [poisoned-reverse] - Control split-horizon on the interface. Default is `ip split-horizon`. If + Control split-horizon on the interface. Default is `ip rip split-horizon`. If you don't perform split-horizon on the interface, please specify `no ip - split-horizon`. + rip split-horizon`. If `poisoned-reverse` is also set, the router sends the poisoned routes with highest metric back to the sending router. -- 2.39.5