mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 02:46:37 +00:00
Merge pull request #12623 from anlancs/fix/zerbra-debug-cosmetic-changes
zebra: cosmetic changes for debug
This commit is contained in:
commit
bbcfd66d11
@ -4389,7 +4389,7 @@ static ssize_t netlink_neigh_update_ctx(const struct zebra_dplane_ctx *ctx,
|
||||
"Tx %s family %s IF %s(%u) Neigh %pIA %s %s flags 0x%x state 0x%x %sext_flags 0x%x",
|
||||
nl_msg_type_to_str(cmd), nl_family_to_str(family),
|
||||
dplane_ctx_get_ifname(ctx), dplane_ctx_get_ifindex(ctx),
|
||||
ip, link_ip ? "Link " : "MAC ", buf2, flags, state,
|
||||
ip, link_ip ? "Link" : "MAC", buf2, flags, state,
|
||||
ext ? "ext " : "", ext_flags);
|
||||
|
||||
return netlink_neigh_update_msg_encode(
|
||||
|
@ -5070,8 +5070,8 @@ neigh_update_internal(enum dplane_op_e op, const struct interface *ifp,
|
||||
ipaddr2str(link_ip, buf1, sizeof(buf1));
|
||||
zlog_debug("init neigh ctx %s: ifp %s, %s %s, ip %pIA",
|
||||
dplane_op2str(op), ifp->name,
|
||||
link_family == AF_ETHERNET ? "mac " : "link ",
|
||||
buf1, ip);
|
||||
link_family == AF_ETHERNET ? "mac" : "link", buf1,
|
||||
ip);
|
||||
}
|
||||
|
||||
ctx = dplane_ctx_alloc();
|
||||
|
Loading…
Reference in New Issue
Block a user