forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra: Add LTTng traces for kernel to zebra notification
Add LTTNG traces for ipv4/ipv6 address add/del events from kernel to zebra Ticket: #3147896 MR-661 Testing: ``` root@r1:mgmt:/var/log/lttng-traces# /usr/lib/frr/frr_babeltrace.py frr-local-zebra-onboot | grep addr_add_del 2024-02-20T21:56:16.732 frr_zebra:if_ip_addr_add_del {'ifname': 'swp1', 'address': '1000::1', 'location': 'RTM_NEWADDR IPv6'} 2024-02-20T21:56:38.329 frr_zebra:if_ip_addr_add_del {'ifname': 'eth0', 'address': '192.168.0.15', 'location': 'RTM_DELADDR IPv4'} 2024-02-20T21:56:39.526 frr_zebra:if_ip_addr_add_del {'ifname': 'eth0', 'address': '192.168.0.15', 'location': 'RTM_NEWADDR IPv4'} 2024-02-20T21:56:39.584 frr_zebra:if_ip_addr_add_del {'ifname': 'swp1', 'address': '1000::1', 'location': 'RTM_DELADDR IPv6'}``` Signed-off-by: Vijayalaxmi Basavaraj <vbasavaraj@nvidia.com>
- Loading branch information
1 parent
35ec5ee
commit d753680
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters