mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 07:37:54 +00:00
Merge pull request #10968 from opensourcerouting/fix/gr_ordering
bgpd: Use proper debug msg for graceful restart commands
This commit is contained in:
commit
3e66928ba7
@ -2755,10 +2755,10 @@ const char *print_peer_gr_cmd(enum peer_gr_command pr_gr_cmd)
|
||||
peer_gr_cmd = "NO_PEER_GR_CMD";
|
||||
break;
|
||||
case PEER_DISABLE_CMD:
|
||||
peer_gr_cmd = "PEER_GR_CMD";
|
||||
peer_gr_cmd = "PEER_DISABLE_GR_CMD";
|
||||
break;
|
||||
case NO_PEER_DISABLE_CMD:
|
||||
peer_gr_cmd = "NO_PEER_GR_CMD";
|
||||
peer_gr_cmd = "NO_PEER_DISABLE_GR_CMD";
|
||||
break;
|
||||
case PEER_HELPER_CMD:
|
||||
peer_gr_cmd = "PEER_HELPER_CMD";
|
||||
|
Loading…
Reference in New Issue
Block a user