]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_packet.c
bgpd: Keep the notification data under peer's struct when sending
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 24 Nov 2022 11:07:32 +0000 (13:07 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 24 Nov 2022 14:57:02 +0000 (16:57 +0200)
commit3573b171e0095ac0714d8bf5f141e392f5cdf45b
tree37f780c776c88d3ba23ea73d069ca4716aed6d01
parentf6ebf84d43850bcbcde53aa7e5058e21c1d71fa6
bgpd: Keep the notification data under peer's struct when sending

Before this patch, data is flushed, and we can't see the data after we send
the notification.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_packet.c