]> git.puffer.fish Git - matthieu/frr.git/commit
lib: define constant for plataforms missing it
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 10 May 2022 11:23:06 +0000 (08:23 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 29 Jul 2024 14:41:39 +0000 (11:41 -0300)
commita2209b597a23cefaf9a7cddf01a2932ab49799c2
tree6265df628e3b57acdb5d8ccfe14cc89bd9642fb1
parent2d206c89c65e085943d00da8e6ea1ec938af9325
lib: define constant for plataforms missing it

Add definition of `TCP_MD5SIG_MAXKEYLEN` in the `sockopt.h` header so
users of it have the definition of the maximum key length for socket
authentication operations.

The following OSes reported failure in CI while building:
 - NetBSD 8
 - FreeBSD 11
 - FreeBSD 12

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/sockopt.h
pimd/pim_nb_config.c