mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-02 07:12:55 +00:00
zebra: Add missing whitespace when printing route entry status
Before:
```
status: Removed ReplacingInstalled
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 162433cb2a
)
This commit is contained in:
parent
1b8a1b0b4a
commit
981867bb10
@ -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