]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix flaw in fix for import-table crash
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 17 Apr 2018 17:48:30 +0000 (10:48 -0700)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 17 Apr 2018 17:48:30 +0000 (10:48 -0700)
commit85c615ac306123ed1342e55d39d9f042f5205617
treeb81020ae74a51a37a7d7a3130168d55d3f095217
parent30568a7d7c3b8029069dd92fd2def6cf1ba957f9
zebra: fix flaw in fix for import-table crash

Realized (with coverity's help) the fix had a mistake by pasting in
the wrong route entry to unset the selected flag.  This fix takes
care of that mistake.

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