diff options
| author | Mark Stapp <mjs@voltanet.io> | 2018-07-20 14:43:32 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2018-10-25 08:34:30 -0400 |
| commit | fe2c53d4ea87c63762547fdee42ae49e1577a681 (patch) | |
| tree | 5f93d7fe32ff9777c254d2646900f8afa7553d13 /zebra/zebra_rib.c | |
| parent | 5af4b34689ab774dc9c51eab717b57a036b2daca (diff) | |
zebra: Fix style issues
Clean up a couple of checkstyle reports in the dataplane
commit.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 87bf081a5d..b89d285118 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1819,8 +1819,7 @@ static void rib_process(struct route_node *rn) if (IS_ZEBRA_DEBUG_RIB_DETAILED) { zlog_debug( - "%u:%s: After processing: old_selected %p " - "new_selected %p old_fib %p new_fib %p", + "%u:%s: After processing: old_selected %p new_selected %p old_fib %p new_fib %p", vrf_id, buf, (void *)old_selected, (void *)new_selected, (void *)old_fib, (void *)new_fib); } @@ -1966,8 +1965,7 @@ static void rib_process_after(dplane_ctx_h ctx) dplane_ctx_get_table(ctx)); if (table == NULL) { if (IS_ZEBRA_DEBUG_DPLANE) { - zlog_debug("Failed to process dplane results: no table " - "for afi %d, safi %d, vrf %u", + zlog_debug("Failed to process dplane results: no table for afi %d, safi %d, vrf %u", dplane_ctx_get_afi(ctx), dplane_ctx_get_safi(ctx), dplane_ctx_get_vrf(ctx)); @@ -1990,8 +1988,7 @@ static void rib_process_after(dplane_ctx_h ctx) src_pfx ? (struct prefix_ipv6 *)src_pfx : NULL); if (rn == NULL) { if (IS_ZEBRA_DEBUG_DPLANE) { - zlog_debug("Failed to process dplane results: no " - "route for %u:%s", + zlog_debug("Failed to process dplane results: no route for %u:%s", dplane_ctx_get_vrf(ctx), dest_str); } goto done; |
