]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_errors.h
bgpd: implement SendHoldTimer
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 22 Apr 2021 09:04:52 +0000 (11:04 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 19 May 2022 10:14:40 +0000 (12:14 +0200)
commitbd9fb6f368049bd5f1f6a2b7bc97fbd51c9300cc
treef172dc19ee071f21387bc212197d4913b99a881a
parent18028bdb9b5d0e5cd6081d8df387551c206ce7ab
bgpd: implement SendHoldTimer

As described by
https://www.ietf.org/archive/id/draft-spaghetti-idr-bgp-sendholdtimer-04.html

Since this replicates the HoldTime check on the receiver that is already
part of the protocol, I do not believe it necessary to wait for IETF
progress on this draft.  It's just replicating an existing element of
the protocol at the other side of the session.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_errors.c
bgpd/bgp_errors.h
bgpd/bgp_io.c
bgpd/bgp_packet.c
bgpd/bgpd.h