]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_dplane.c
Merge pull request #9007 from donaldsharp/pbr_stuff
[mirror_frr.git] / zebra / zebra_dplane.c
index 8e88a73512ca9e35481eaa184dfa9651304a0678..2a30fc6eef771421860a1cbd5f671599766c291a 100644 (file)
@@ -3656,14 +3656,10 @@ enum zebra_dplane_result dplane_neigh_ip_update(enum dplane_op_e op,
        uint16_t state = 0;
        uint32_t update_flags;
 
-       if (IS_ZEBRA_DEBUG_DPLANE_DETAIL) {
-               char buf1[PREFIX_STRLEN], buf2[PREFIX_STRLEN];
+       if (IS_ZEBRA_DEBUG_DPLANE_DETAIL)
+               zlog_debug("%s: init link ctx %s: ifp %s, link_ip %pIA ip %pIA",
+                          __func__, dplane_op2str(op), ifp->name, link_ip, ip);
 
-               ipaddr2str(link_ip, buf1, sizeof(buf1));
-               ipaddr2str(ip, buf2, sizeof(buf2));
-               zlog_debug("init link ctx %s: ifp %s, ip %s link %s",
-                          dplane_op2str(op), ifp->name, buf1, buf2);
-       }
        if (ndm_state == ZEBRA_NEIGH_STATE_REACHABLE)
                state = DPLANE_NUD_REACHABLE;
        else if (ndm_state == ZEBRA_NEIGH_STATE_FAILED)