]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: pass correct parameters to remove static routes with tags
authorDon Slice <dslice@cumulusnetworks.com>
Thu, 26 Jan 2017 20:49:00 +0000 (12:49 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jan 2017 18:40:53 +0000 (13:40 -0500)
commit8017695fa957af91d555eb1e59bc5f775cf29a37
treece4850f4c3e2ca5210c4aaf10228c40db6dc54d7
parent4d760f42552b8d8abe5280f049477649a054dcdd
zebra: pass correct parameters to remove static routes with tags

Problem found in testing where certain "no ip route ... tag x" commands
would fail.  This was due to a change in tag processing where the tag
value is validated and previously some of the parameters were passed
incorrectly.  This caused the validation to fail.  This change ensures
the correct parameters are passed for evaluation as tags.  Manual testing
completed and the previously failing test now passes.  bgp and ospf smoke
tests will also be performed before pushing.

Ticket: CM-14605
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: CCR-5627
zebra/zebra_vty.c