]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: convert bgp_stop_with_notify to connection based
authorDonald Sharp <sharpd@nvidia.com>
Sun, 27 Aug 2023 01:25:32 +0000 (21:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 10 Sep 2023 12:31:25 +0000 (08:31 -0400)
commit33a14ce1f27ef4dff35e7b11c5f5a139984615e0
treee0ed449547159e96ec382f8731f39c114c0b2a8a
parent3c7ef0a9c75d3ab2fc4395be31f06b87c1d719eb
bgpd: convert bgp_stop_with_notify to connection based

The bgp_stop_with_notify function should use a peer_connection
pointer as the basis instead of a peer.

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