I don't think that we're currently removing ifaces based on DEL events. In face, I think we're calling e.g. viface_cb with a different etype, but that's it. We need do a purge either in the cfxn callbacks, or assign a different cfxn based on etype. I think the former is better.
I don't think that we're currently removing ifaces based on DEL events. In face, I think we're calling e.g.
viface_cb
with a different etype, but that's it. We need do a purge either in thecfxn
callbacks, or assign a differentcfxn
based on etype. I think the former is better.