diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-10-07 11:47:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 11:47:01 +0300 |
| commit | ded59bcc7235af41d73ed93bf9069510c94334ed (patch) | |
| tree | e6a666c0d553e41288284708afa29d3d03c714ed /zebra/zebra_trace.h | |
| parent | 86a2c829ebc2ad0e5ce3ce4b8de14ca18b11a1e4 (diff) | |
| parent | f62dfc5d53ff0de904d475c1dd87b074e32ca480 (diff) | |
Merge pull request #17013 from dksharp5/removal_functions
Removal functions
Diffstat (limited to 'zebra/zebra_trace.h')
| -rw-r--r-- | zebra/zebra_trace.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/zebra/zebra_trace.h b/zebra/zebra_trace.h index 17528c4bf1..6451562466 100644 --- a/zebra/zebra_trace.h +++ b/zebra/zebra_trace.h @@ -70,20 +70,6 @@ TRACEPOINT_EVENT( TRACEPOINT_EVENT( frr_zebra, - netlink_interface_addr, - TP_ARGS( - struct nlmsghdr *, header, - ns_id_t, ns_id, - int, startup), - TP_FIELDS( - ctf_integer_hex(intptr_t, header, header) - ctf_integer(uint32_t, ns_id, ns_id) - ctf_integer(uint32_t, startup, startup) - ) - ) - -TRACEPOINT_EVENT( - frr_zebra, netlink_route_change_read_unicast, TP_ARGS( struct nlmsghdr *, header, |
