diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-01-26 22:11:41 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-01-26 22:15:48 +0100 |
commit | a8c90e154fd60b45f8efe99443a82e867169a59c (patch) | |
tree | 304ba61499d9cdb84d33552cb0a5cf12cc5aa879 /doc/user/snmptrap.rst | |
parent | doc: use :abbr: (diff) | |
download | frr-a8c90e154fd60b45f8efe99443a82e867169a59c.tar.xz frr-a8c90e154fd60b45f8efe99443a82e867169a59c.zip |
doc: strip trailing whitespace
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/user/snmptrap.rst')
-rw-r--r-- | doc/user/snmptrap.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/snmptrap.rst b/doc/user/snmptrap.rst index 7ca94ff32..dccff057d 100644 --- a/doc/user/snmptrap.rst +++ b/doc/user/snmptrap.rst @@ -16,7 +16,7 @@ your trapsink by adding the following lines to :file:`/etc/snmpd/snmpd.conf`: # send traps to the snmptrapd on localhost trapsink localhost - + This will send all traps to an snmptrapd running on localhost. You can of course also use a dedicated management station to catch traps. @@ -26,7 +26,7 @@ Configure the snmptrapd daemon by adding the following line to :: traphandle .1.3.6.1.4.1.3317.1.2.2 /etc/snmp/snmptrap_handle.sh - + This will use the bash script :file:`/etc/snmp/snmptrap_handle.sh` to handle the BGP4 traps. To add traps for other protocol daemons, lookup their @@ -111,7 +111,7 @@ case "$suberrorcode" in *) suberror="Unknown" ;; esac ;; -02) +02) error="OPEN Message Error" case "$suberrorcode" in 01) suberror="Unsupported Version Number" ;; |