]> git.proxmox.com Git - mirror_frr.git/commit
Fix redistribute metric change not taking effect
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 31 Jul 2015 12:53:12 +0000 (05:53 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 31 Jul 2015 13:28:37 +0000 (06:28 -0700)
commitcaf958b43a5c0d1496a6bcbbc14717a8227d95d4
tree04df7792208db3d081c8b96a460bd244792b1e18
parentb07c4cb33e9b78ac37865d4a4d781f9a09d59175
Fix redistribute metric change not taking effect

Ticket: CM-6048
Reviewed-By: CCR-3251
Tested: See bug

When a redistribute metric is changed, the new metric
was not being used.  Modify the code to look for existing
redistributed routes and fix their metric.
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgp_zebra.h