diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-09-15 19:14:06 -0700 | 
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-09-15 19:14:06 -0700 | 
| commit | 3a8c7ba1ec02bd2560ebcf4b961a13d2b3e611bd (patch) | |
| tree | 51c3fa999f500aa3eaae328ef7d82d2daacd1bdc /.gitignore | |
| parent | ef7f176df3a26d07d5c968ed36c7b74c4ec4a180 (diff) | |
BGP: Display the right reason code for session reset
Ticket: CM-7439
Reviewed By: Donald Sharp
Testing Done:
If a session was reset due to a NOTIFICATION the "show ip bgp
neighbor" output would not display details on what the
notification actually was.  This patch changes that.  Example:
superm-redxp-05# show ip bgp neighbors 20.1.2.2
BGP neighbor is 20.1.2.2, remote AS 21, local AS 10, external link
[snip]
  Last reset 01:05:07, due to NOTIFICATION sent (OPEN Message Error/Bad Peer AS)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bcd60a6e82..5650dff5ed 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ debian/quagga.prerm.debhelper  debian/quagga.substvars  debian/quagga/  debian/tmp/ +*.swp  | 
