mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:26:12 +00:00
doc: correct the pid path for daemons
Adjust doc: 1. Correct the pid path for daemons 2. Add empty line before `kill` command 3. Remove one useless line in "ripd.rst" Signed-off-by: anlan_cs <vic.lan@pica8.com>
This commit is contained in:
parent
7809df2064
commit
0416ce1ca6
@ -41,8 +41,9 @@ running EIGRP is:
|
||||
|
||||
Please note that *zebra* must be invoked before *eigrpd*.
|
||||
|
||||
To stop *eigrpd*, please use ::
|
||||
kill `cat /var/run/eigrpd.pid`
|
||||
To stop *eigrpd*, please use::
|
||||
|
||||
kill `cat /var/run/frr/eigrpd.pid`
|
||||
|
||||
Certain signals have special meanings to *eigrpd*.
|
||||
|
||||
|
@ -40,7 +40,7 @@ Please note that *zebra* must be invoked before *pimd*.
|
||||
|
||||
To stop *pimd* please use::
|
||||
|
||||
kill `cat /var/run/pimd.pid`
|
||||
kill `cat /var/run/frr/pimd.pid`
|
||||
|
||||
Certain signals have special meanings to *pimd*.
|
||||
|
||||
|
@ -32,7 +32,7 @@ Please note that *zebra* must be invoked before *pim6d*.
|
||||
|
||||
To stop *pim6d* please use::
|
||||
|
||||
kill `cat /var/run/pim6d.pid`
|
||||
kill `cat /var/run/frr/pim6d.pid`
|
||||
|
||||
Certain signals have special meanings to *pim6d*.
|
||||
|
||||
|
@ -40,7 +40,8 @@ sequence for running RIP is like below:
|
||||
Please note that *zebra* must be invoked before *ripd*.
|
||||
|
||||
To stop *ripd*. Please use::
|
||||
kill `cat /var/run/ripd.pid`
|
||||
|
||||
kill `cat /var/run/frr/ripd.pid`
|
||||
|
||||
Certain signals have special meanings to *ripd*.
|
||||
|
||||
@ -93,9 +94,6 @@ RIP Configuration
|
||||
`no router rip` command. RIP must be enabled before carrying out any of the
|
||||
RIP commands.
|
||||
|
||||
|
||||
Disable RIP.
|
||||
|
||||
.. clicmd:: network NETWORK
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user