diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-01-26 14:40:54 -0500 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-01-26 14:43:21 -0500 | 
| commit | 07a17e6d4e55786b609249d4999eae0f63cca536 (patch) | |
| tree | cb1bdd734f0f2504dcbb48e96bc7dcf4180b1c8f /doc/user/ripd.rst | |
| parent | 8fa64b2a3fa554e261ad49892515410a14c3baf0 (diff) | |
doc: shotgun cleanup
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/user/ripd.rst')
| -rw-r--r-- | doc/user/ripd.rst | 34 | 
1 files changed, 15 insertions, 19 deletions
diff --git a/doc/user/ripd.rst b/doc/user/ripd.rst index 504ff15185..8150f960b6 100644 --- a/doc/user/ripd.rst +++ b/doc/user/ripd.rst @@ -44,30 +44,26 @@ Please note that *zebra* must be invoked before *ripd*.  To stop *ripd*.  Please use @command{kill `cat  /var/run/ripd.pid`}.  Certain signals have special meaningss to *ripd*. - - -*SIGHUP* -  Reload configuration file :file:`ripd.conf`.  All configurations are -  reseted.  All routes learned so far are cleared and removed from routing -  table. - -*SIGUSR1* -  Rotate *ripd* logfile. - -*SIGINT* - -*SIGTERM* -  *ripd* sweeps all installed RIP routes then terminates properly. + +-------------+------------------------------------------------------+ + | Signal      | Action                                               | + +=============+======================================================+ + | ``SIGHUP``  | Reload configuration file :file:`ripd.conf`.         | + |             | All configurations are reset. All routes learned     | + |             | so far are cleared and removed from routing table.   | + +-------------+------------------------------------------------------+ + | ``SIGUSR1`` | Rotate the *ripd* logfile.                           | + +-------------+------------------------------------------------------+ + | ``SIGINT``  |                                                      | + | ``SIGTERM`` | Sweep all installed routes and gracefully terminate. | + +-------------+------------------------------------------------------+  *ripd* invocation options.  Common options that can be specified  (:ref:`Common_Invocation_Options`). +.. option:: -r +.. option:: --retain - -*-r* - -*--retain* -  When the program terminates, retain routes added by *ripd*. +   When the program terminates, retain routes added by *ripd*.  .. _RIP_netmask:  | 
