From 2c89cb9017a8d7a02ac9d02fb4307a9c56905a6d Mon Sep 17 00:00:00 2001 From: Anuradha Karuppiah Date: Thu, 30 Jul 2020 05:59:35 -0700 Subject: [PATCH] zebra: changes to log ext_flags in neigh nl add Signed-off-by: Anuradha Karuppiah --- zebra/rt_netlink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index 1be67dac60..42bb5974f8 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -3697,12 +3697,12 @@ static ssize_t netlink_neigh_update_ctx(const struct zebra_dplane_ctx *ctx, char buf2[ETHER_ADDR_STRLEN]; zlog_debug( - "Tx %s family %s IF %s(%u) Neigh %s MAC %s flags 0x%x state 0x%x", + "Tx %s family %s IF %s(%u) Neigh %s MAC %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), ipaddr2str(ip, buf, sizeof(buf)), mac ? prefix_mac2str(mac, buf2, sizeof(buf2)) : "null", - flags, state); + flags, state, ext ? "ext " : "", ext_flags); } return netlink_neigh_update_msg_encode(