]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_mpls.c
zebra: Create a new NHE if the mpls labels change
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 May 2019 23:35:13 +0000 (16:35 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:40 +0000 (11:13 -0400)
commitda1371420204efbdaef17138392b146708cfbf4c
tree27b8671b8f61998ab88e307acee95533d6bf4dd8
parent2f65aee06ad31d720a316f9d7dee90dcdaebcd41
zebra: Create a new NHE if the mpls labels change

We should create a new NHE if the mpls labels change
since we hash on them. This adds the functonality to do that
and decrement the refcnt on the old one.

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