From: Chirag Shah Date: Thu, 7 Sep 2023 22:43:43 +0000 (-0700) Subject: bgpd: lttng tp add ethtag to macip zebra send X-Git-Tag: base_10.0~169^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=42949edb10a8e8ee6934df80747593c2bcc88ad1;p=matthieu%2Ffrr.git bgpd: lttng tp add ethtag to macip zebra send Ticket:#3597393 Testing Done: 2023-09-08T17:33:03.731 frr_bgp:evpn_mac_ip_zsend {'action': 'add', 'vni': 1003, 'eth_tag': 968006412, 'mac': '00:02:00:00:00:40', 'ip': '', 'vtep': '27.0.0.16', 'esi': '00:00:00:00:00:00:00:00:00:00'} Signed-off-by: Chirag Shah --- diff --git a/bgpd/bgp_trace.h b/bgpd/bgp_trace.h index 2030059622..a77a25e435 100644 --- a/bgpd/bgp_trace.h +++ b/bgpd/bgp_trace.h @@ -309,6 +309,7 @@ TRACEPOINT_EVENT( TP_FIELDS( ctf_string(action, add ? "add" : "del") ctf_integer(vni_t, vni, (vpn ? vpn->vni : 0)) + ctf_integer(uint32_t, eth_tag, &pfx->prefix.macip_addr.eth_tag) ctf_array(unsigned char, mac, &pfx->prefix.macip_addr.mac, sizeof(struct ethaddr)) ctf_array(unsigned char, ip, &pfx->prefix.macip_addr.ip,