]> git.puffer.fish Git - mirror/frr.git/commit
zebra: resolve issue when changing import-table route-map config 2092/head
authorDon Slice <dslice@cumulusnetworks.com>
Thu, 19 Apr 2018 21:04:05 +0000 (21:04 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Thu, 19 Apr 2018 21:07:20 +0000 (14:07 -0700)
commit3660beec291a9d1e5a9b4b24a95b6d48d455a002
tree70fdcf4a0f5911dbb10911263933d9e9b639b7bf
parent2f77318e19bb92867d4f8a7c3a46c8ed3ad949ad
zebra: resolve issue when changing import-table route-map config

When changing from "ip import-table 10 route-map rdn" to "ip
import-table 10" without a route-map, routes would be deleted
and not reinstalled.  This fix resolves that problem.

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