]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Don't error on nexthop object support check
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 May 2019 22:47:20 +0000 (15:47 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:40 +0000 (11:13 -0400)
commit2f65aee06ad31d720a316f9d7dee90dcdaebcd41
treec9e182386d209f5ad24585e11e9ee7c19bf7ebed
parent4505578be0304dd314e96e352be13d0925584497
zebra: Don't error on nexthop object support check

On startup when we are requesting all nexthop objects
from the kernel and it doesn't support that, we should not
produce an error message.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/kernel_netlink.c