mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 02:22:48 +00:00
change log message fron signed to unsigned decimal
This commit is contained in:
parent
f2c8065220
commit
efa9f83009
@ -1170,7 +1170,7 @@ aspath_show_all_iterator (struct hash_backet *backet, struct vty *vty)
|
||||
|
||||
as = (struct aspath *) backet->data;
|
||||
|
||||
vty_out (vty, "[%p:%d] (%ld) ", backet, backet->key, as->refcnt);
|
||||
vty_out (vty, "[%p:%u] (%ld) ", backet, backet->key, as->refcnt);
|
||||
vty_out (vty, "%s%s", as->str, VTY_NEWLINE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user