]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Ensure unconfiguration works properly for vrf labels
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 15 Feb 2018 18:52:57 +0000 (13:52 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 15 Feb 2018 18:52:57 +0000 (13:52 -0500)
commit8fd9db586f17d7034ad2ec1fd972e503c70349cb
tree25217895bb0740fd20f160d951296deaec4e80a1
parent7d061b3cb120c35c5b580bbbcfb1ec9602f58956
zebra: Ensure unconfiguration works properly for vrf labels

If you were to configure a v4 and v6 vrf pop and forward label
that both happened to be the same, unconfiguring one would
remove them both.

This fixes that issue by noticing if we should remove it or
not based upon v4 or v6 having the same label or not.

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