]> git.puffer.fish Git - matthieu/frr.git/commit
ripngd: Fix redistribute/no redistribute rinse repeat commands
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 31 Dec 2019 23:41:16 +0000 (18:41 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 31 Dec 2019 23:48:54 +0000 (18:48 -0500)
commit2afebed21fb2bc559b345e47ab496435849b9f3d
treee8da4005c260c61cdc60363aa3df8e05de37c6d5
parent7655aa34c9d81c72e4d523d1c8bd959d8e6c43d9
ripngd: Fix redistribute/no redistribute rinse repeat commands

ripngd 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 ripng to track
this instead of zclient.

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