]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Use interface name instead of pointer value
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Mar 2023 14:24:25 +0000 (10:24 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 17 Mar 2023 07:56:44 +0000 (07:56 +0000)
commit706ec3d3c19fab5fbc1b7bf343397db6059e9f5e
tree914bc047fc742a6654ce8022f79f9dc2f13a7ce5
parent933b8347fb4aadf53bd23aaae6bee6edc6ce72b8
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>
(cherry picked from commit 50e049db76573210e3b9ccfa962e5259452ccbe3)
bgpd/bgp_network.c