]> git.puffer.fish Git - mirror/frr.git/commit
ripd: Fix redistribute/no redistribute rinse repeate commands 5602/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 31 Dec 2019 23:48:06 +0000 (18:48 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 31 Dec 2019 23:49:08 +0000 (18:49 -0500)
commitad21f6755ac70fdee4289f0cd9971862182cc203
tree3eb0c075c2a16306d773391c06a8f540ae5e5d5c
parent2afebed21fb2bc559b345e47ab496435849b9f3d
ripd: Fix redistribute/no redistribute rinse repeate commands

ripd was using zclient_redistribute for installation but not
for removal.  As such the lib/zclient.c was not properly tracking
add/removal.  I think it would be best to just let rip to track
this instead of zclient.

Fixes: #5599
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ripd/rip_zebra.c