]> git.proxmox.com Git - mirror_frr.git/commit - lib/routemap.c
lib:removed onmatch next and onmatch goto from route-map deny
authorDon Slice <dslice@cumulusnetworks.com>
Wed, 13 Jan 2016 14:02:46 +0000 (06:02 -0800)
committerDon Slice <dslice@cumulusnetworks.com>
Wed, 13 Jan 2016 14:10:18 +0000 (06:10 -0800)
commit7ebab1fb57beac8dd1afc51e4b3e0ef2eb085b45
tree660aaa23a5c2b7f477d337fb7ffe11bbfd45ece9
parent85e11c23ab7a366469a2e2dd8e8a722b53eb22b8
lib:removed onmatch next and onmatch goto from route-map deny

Ticket: CM-7566
Reviewed By: Daniel Walton, Donald Sharp
Testing Done: Manual testing - see bug

Since on a route-map deny clause, the route-map will end on match, the on-match next and on-match goto statements are meaningless and confusing.  Removed them.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
lib/routemap.c