mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 11:25:41 +00:00
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:
parent
8ffedceac3
commit
cceb0bfce4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user