]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Continue rm update if table not found
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 16 May 2019 21:34:05 +0000 (14:34 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 17 May 2019 00:24:42 +0000 (17:24 -0700)
commit2c7ef20dc9df9d9c9731e3e822ec8d1f42b8d609
tree803f1887ca44b52b0095ea0565fc85e1b8f2d18f
parentdb95656d48ecc46555fc9e8524849aa73a357dcb
zebra: Continue rm update if table not found

Add a check for after table lookup during route map update.
If the table ID does not exist, continue.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/redistribute.c