mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 01:14:48 +00:00
pimd: Do not allow deletion of output interface.
There exists conditions where PIM will have it's upstream route removed and an unreachable route is installed that points out the downstream interface. This unreachable route is removed from bgp as soon as it's path selection algorithim works properly, but pim has already deleted the oif and never puts it back in. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
a23ee35b2b
commit
d52ff9b703
@ -486,7 +486,7 @@ pim_scan_individual_oil (struct channel_oil *c_oil)
|
||||
new_iif->name, input_iface_vif_index);
|
||||
}
|
||||
|
||||
del_oif(c_oil, new_iif, PIM_OIF_FLAG_PROTO_ANY);
|
||||
//del_oif(c_oil, new_iif, PIM_OIF_FLAG_PROTO_ANY);
|
||||
}
|
||||
|
||||
/* update iif vif_index */
|
||||
|
Loading…
Reference in New Issue
Block a user