diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-09-22 14:25:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 14:25:46 +0200 |
| commit | 16c3485e74ff75ab8caa907d6fb06d7173ecbd32 (patch) | |
| tree | 245e520250c4578242d4dabe4f337d95bcffb97f /ospf6d/ospf6_intra.c | |
| parent | 86b204303387187e0d195688e54a62b21148f407 (diff) | |
| parent | cd8aaf076ea134ce0c4e0154c97f41c355c5df99 (diff) | |
Merge pull request #9635 from donaldsharp/ospf6_unit
Diffstat (limited to 'ospf6d/ospf6_intra.c')
| -rw-r--r-- | ospf6d/ospf6_intra.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ospf6d/ospf6_intra.c b/ospf6d/ospf6_intra.c index 85a2713c0a..277af4b1c5 100644 --- a/ospf6d/ospf6_intra.c +++ b/ospf6d/ospf6_intra.c @@ -1495,7 +1495,6 @@ void ospf6_intra_prefix_route_ecmp_path(struct ospf6_area *oa, struct listnode *anode, *anext; struct listnode *nnode, *rnode, *rnext; struct ospf6_nexthop *nh, *rnh; - char buf[PREFIX2STR_BUFFER]; bool route_found = false; struct interface *ifp = NULL; struct ospf6_lsa *lsa; @@ -1679,8 +1678,9 @@ void ospf6_intra_prefix_route_ecmp_path(struct ospf6_area *oa, if (ls_entry == NULL) { if (IS_OSPF6_DEBUG_EXAMIN(INTRA_PREFIX)) zlog_debug( - "%s: ls_prfix %s ls_entry not found.", - __func__, buf); + "%s: ls_prfix %pFX ls_entry not found.", + __func__, + &o_path->ls_prefix); continue; } lsa = ospf6_lsdb_lookup(o_path->origin.type, |
