The last BGP peer down reason code "PEER_DOWN_V6ONLY_CHANGE" has no corresponding logging/display string defined in "peer_down_str". This will cause incorrect or empty down reason to get logged when the peer is brought down because of interface based v6only config change.

This commit is contained in:
Donald Sharp 2015-07-22 12:35:37 -07:00
parent 8ffedceac3
commit cceb0bfce4

View File

@ -474,7 +474,8 @@ const char *peer_down_str[] =
"Capability changed", "Capability changed",
"Passive config change", "Passive config change",
"Multihop config change", "Multihop config change",
"NSF peer closed the session" "NSF peer closed the session",
"Intf peering v6only config change"
}; };
static int static int