diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-09-16 04:14:06 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-09-16 04:14:06 +0200 |
commit | 3a8c7ba1ec02bd2560ebcf4b961a13d2b3e611bd (patch) | |
tree | 51c3fa999f500aa3eaae328ef7d82d2daacd1bdc /.gitignore | |
parent | quagga netlink buffer size increase (diff) | |
download | frr-3a8c7ba1ec02bd2560ebcf4b961a13d2b3e611bd.tar.xz frr-3a8c7ba1ec02bd2560ebcf4b961a13d2b3e611bd.zip |
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 bcd60a6e8..5650dff5e 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ debian/quagga.prerm.debhelper debian/quagga.substvars debian/quagga/ debian/tmp/ +*.swp |