]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: su_remote and su_local are properties of the connection
authorDonald Sharp <sharpd@nvidia.com>
Tue, 17 Dec 2024 20:56:19 +0000 (15:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 10 Jan 2025 15:07:11 +0000 (10:07 -0500)
commit78fa9b6feb0fc0fb0e9c3ff2db571c813e4b88ea
tree05542ed9d58e9304efbd10846f15930561dc069d
parent0e416ff157341b69276e122a404837a22c890105
bgpd: su_remote and su_local are properties of the connection

su_local and su_remote in the peer can change based upon
if we are initiating the remote connection or receiving it.
As such we need to treat it as a property of the connection.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
15 files changed:
bgpd/bgp_bfd.c
bgpd/bgp_bmp.c
bgpd/bgp_dump.c
bgpd/bgp_fsm.c
bgpd/bgp_network.c
bgpd/bgp_route.c
bgpd/bgp_routemap.c
bgpd/bgp_script.c
bgpd/bgp_snmp_bgp4.c
bgpd/bgp_snmp_bgp4v2.c
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgpd.c
bgpd/bgpd.h
bgpd/rfapi/rfapi_import.c