mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:26:14 +00:00
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 <bingshui@smail.nju.edu.cn>
This commit is contained in:
parent
197d12ffba
commit
5256a8b5c0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user