]> 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:45 +0000 (07:56 +0000)
commit53737303c835922007e70c706d61902c824b0efa
tree182ab66c8ed1f87ee81159f0a731d958e27a1221
parent9b62b5d8c2e654ff0e9df2ddec0ef07d50457573
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