From 3a8c7ba1ec02bd2560ebcf4b961a13d2b3e611bd Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Tue, 15 Sep 2015 19:14:06 -0700 Subject: 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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3