]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Use interface name instead of pointer value 13009/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Mar 2023 14:24:25 +0000 (10:24 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Mar 2023 14:26:01 +0000 (10:26 -0400)
commit50e049db76573210e3b9ccfa962e5259452ccbe3
tree76b0f87d27211773b10bf4c0ca65970a06b5d064
parent9a02d9a3bcc5aa179767064d79560e9c3e5be962
bgpd: Use interface name instead of pointer value

Log message is borked in a manner that makes it unusable:
bgpd[52]: [VX6SM-8YE5W][EC 33554460] 2000:31:0:53::2: nexthop_set failed, resetting connection - intf 0x561eb9005a30

Let's print out the interface name instead.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_network.c