]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Don't ignore setsockopt return
authorDonald Sharp <sharpd@nvidia.com>
Thu, 24 Sep 2020 11:42:51 +0000 (07:42 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 24 Sep 2020 11:42:51 +0000 (07:42 -0400)
commit9781e6a047f7ec97855bb53bdeb7b42723f88b45
tree8a4adda574bf6e10fdea33d2abf60c6bf36f0d5b
parentccda0eadac743dd4e9b02d6c28b226ef6e8f90b3
zebra: Don't ignore setsockopt return

When attempting to limit the amount of data sent from the kernel
to FRR, some kernels we can run against may not have this ability
in which case the setsockopt will fail.  Notice that in the log.

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