]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Give a clearer warning when the kernel is not compiled right 16139/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 30 May 2024 19:48:33 +0000 (15:48 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 31 May 2024 15:29:40 +0000 (11:29 -0400)
commit5ef144ce6d03d2dc2d36cf7d0e6ef6ce8ba6d2dc
tree9b1a2ef4f9cfb08330796686eb4c10657b44dd3d
parentcdc964c23335c96000389c6e81aab7d37ee65780
pimd: Give a clearer warning when the kernel is not compiled right

When the kernel is not compiled with mroute vrf's enabled it will
fail the call to initialize the vrf.  As such let's recognize this
specific error code and output a specific warning to the operator
to help them figure this problem out.

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