]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Do not show TCP MSS if the socket is broken 15325/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 7 Feb 2024 21:03:37 +0000 (23:03 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 7 Feb 2024 21:03:37 +0000 (23:03 +0200)
commit65497556eda9ce413e8c9f88479aa57957266265
tree80a8f8b926d24e23f85183701c5ebb2ca00a6c8f
parent7fe05d6185d6c5846ef56eb767aef77b5629dff5
bgpd: Do not show TCP MSS if the socket is broken

Just avoid calling for TCP MSS socket option if it's not in use.

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