mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 03:33:43 +00:00
Merge pull request #14977 from FRRouting/mergify/bp/stable/9.1/pr-14968
zebra: Add missing whitespace when printing route entry status (backport #14968)
This commit is contained in:
commit
e19c28ba46
@ -330,7 +330,7 @@ static char *_dump_re_status(const struct route_entry *re, char *buf,
|
||||
: "",
|
||||
CHECK_FLAG(re->status, ROUTE_ENTRY_QUEUED) ? "Queued " : "",
|
||||
CHECK_FLAG(re->status, ROUTE_ENTRY_ROUTE_REPLACING)
|
||||
? "Replacing"
|
||||
? "Replacing "
|
||||
: "",
|
||||
CHECK_FLAG(re->status, ROUTE_ENTRY_INSTALLED) ? "Installed "
|
||||
: "",
|
||||
|
Loading…
Reference in New Issue
Block a user