]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Accept NULL value for updating route NHE
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 2 Jul 2019 05:07:59 +0000 (01:07 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:40 +0000 (11:13 -0400)
commit139ddad8f12cf6dbf2993af196cc33476c2b79cf
treea98d9477653598b878e9e2b69123af80097a633b
parent9834bb52aebb46fc4ba85e959cc98adda996a4b3
zebra: Accept NULL value for updating route NHE

When updating a route's referenced NHE, accept a NULL value
as valid and clear out the pointer in the struct.

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