]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Realign SOL_NETLINK to warn when FRR does not have it
authorDonald Sharp <sharpd@nvidia.com>
Thu, 30 Jun 2022 12:03:02 +0000 (08:03 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 30 Jun 2022 12:03:02 +0000 (08:03 -0400)
commitcc408c062b6c6e729c4d94114c724ee31ee16baa
tree54252a9147afb033c71ea2b53d1bca20e40b3457
parentfe953d7cded8c59859a766e7bcc62a9cee8a04a3
zebra: Realign SOL_NETLINK to warn when FRR does not have it

There exists a possibility that an end operator has choosen
to compile FRR on an extremely old KERNEL that does not support
the SOL_NETLINK sockopt call.  If so let's note it for them
instead of stuff silently not working.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/kernel_netlink.c