mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 10:31:09 +00:00
Merge pull request #10451 from donaldsharp/route_tag_ntohl
ospfd: Convert output to host order from network order for route_tag
This commit is contained in:
commit
ff8b960c1c
@ -389,7 +389,7 @@ static void ospf_as_external_lsa_dump(struct stream *s, uint16_t length)
|
||||
asr->tos & 0x7f, GET_METRIC(asr->metric));
|
||||
zlog_debug(" Forwarding address %pI4", &asr->fwd_addr);
|
||||
zlog_debug(" External Route Tag %" ROUTE_TAG_PRI,
|
||||
asr->route_tag);
|
||||
ntohl(asr->route_tag));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user