]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix redistribution deletion for ZEBRA_ROUTE_ALL 5095/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 2 Oct 2019 13:29:19 +0000 (09:29 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 2 Oct 2019 14:01:35 +0000 (10:01 -0400)
commit0e965c67814e45ae15ca0f6829ed39cbb9251373
treea9b199258eeea72c73a6fd44e331b3c9c14c7f52
parent67a9eda9ee82f23ab5713b60c2911a7c0bf8c2f8
zebra: Fix redistribution deletion for ZEBRA_ROUTE_ALL

commit ee8a72f315013aecd45bc9c3aaf7ea81b2ca747a

broke the usage of ZEBRA_ROUTE_ALL as a valid redistribution
command.  This commit puts it back in.  LDP uses ZEBRA_ROUTE_ALL
as an option to say it is interested in all REDISTRIBUTION events.

Fixes: #5072
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/redistribute.c