]> git.proxmox.com Git - mirror_frr.git/commit
ospf6d: Do not delete external table when configure max-path
authorMobashshera Rasool <mrasool@vmware.com>
Mon, 19 Apr 2021 05:28:24 +0000 (05:28 +0000)
committerMobashshera Rasool <mrasool@vmware.com>
Mon, 19 Apr 2021 05:28:24 +0000 (05:28 +0000)
commitffdc63f9b493ebfa2d6dfa8a753ad89a957daec2
tree7d1acf4d2906bc7683468f55099434fb18c8c43e
parent8d31c67c79efd3b43e7a8e378da66d3a8b98602a
ospf6d: Do not delete external table when configure max-path

Issue: When maximum-path is configured in ospf6 view, the
function ospf6_restart_spf deletes the external table as well
which is not required since that stores the redistribute routes.

Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
ospf6d/ospf6_top.c