diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-08-27 07:58:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 07:58:37 -0400 |
| commit | da2f67007844948e5d0d2ecdf24ae7124468e47a (patch) | |
| tree | b316cf7b413ee0e2720fe2e02f95b2839cf722a1 /zebra/zebra_rib.c | |
| parent | 4a097aaf88f2d6f351634f82923a88c934e2ff61 (diff) | |
| parent | b96f64f76f990c6eda5ce1ccbe87c2ee585b85df (diff) | |
Merge pull request #7008 from donaldsharp/zebra_lies
Zebra lies
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 8852ee9467..5fcb513e3c 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -499,8 +499,8 @@ void rib_install_kernel(struct route_node *rn, struct route_entry *re, srcdest_rnode2str(rn, str, sizeof(str)); flog_err(EC_ZEBRA_DP_INSTALL_FAIL, - "%u:%s: Failed to enqueue dataplane install", - re->vrf_id, str); + "%u:%u:%s: Failed to enqueue dataplane install", + re->vrf_id, re->table, str); break; } case ZEBRA_DPLANE_REQUEST_SUCCESS: |
