diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-03-17 08:31:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 08:31:01 -0400 |
| commit | 4f156615e1543b327d76a742393015c6c2da26a0 (patch) | |
| tree | 6bae0db9bb7d3b5a5c300a2a79a2d290546e36b7 /pathd/path_pcep_debug.c | |
| parent | de40463b54bfe9cacf96fcc294d61583dab2fdf6 (diff) | |
| parent | d85bf6f1ebd61694a57f0982e13ed87874e411a5 (diff) | |
Merge pull request #8276 from opensourcerouting/pathd-fmt-fix
pathd: fix some format strings
Diffstat (limited to 'pathd/path_pcep_debug.c')
| -rw-r--r-- | pathd/path_pcep_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_pcep_debug.c b/pathd/path_pcep_debug.c index 2dfe2130bf..d222371bbb 100644 --- a/pathd/path_pcep_debug.c +++ b/pathd/path_pcep_debug.c @@ -1288,7 +1288,7 @@ void _format_path_hop(int ps, struct path_hop *hop) &hop->nai.remote_addr.ipaddr_v6); break; case PCEP_SR_SUBOBJ_NAI_UNNUMBERED_IPV4_ADJACENCY: - PATHD_FORMAT("%*sNAI: %pI4(%u)/%pI4(%u)\n", ps, "", + PATHD_FORMAT("%*sNAI: %pI6(%u)/%pI6(%u)\n", ps, "", &hop->nai.local_addr.ipaddr_v6, hop->nai.local_iface, &hop->nai.remote_addr.ipaddr_v6, |
