]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Keep last notification's state about hard reset
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 11 Jun 2024 08:41:53 +0000 (11:41 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 11 Jun 2024 12:51:21 +0000 (15:51 +0300)
commitae1f3a48513f51c540788a090b05c24750665f55
treeffdcc92fb79fb3649eb5415141cff6814c602691
parent59f5dd686a324f888602fa4a56f6da90e844103c
bgpd: Keep last notification's state about hard reset

When we receive a hard-reset notification, we always show it if it was a hard,
or not.

For sending side, we missed that. Let's display it too.

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