Peter Memishian wrote:
> * ipsec_out_ill_index: it *seems* like this should be the ill
> index tied to the source address for the packet. This is based
> on my observation of its primary[2] use post-Clearview-IPMP: it's
> how ip_wput_ipsec_out{,_v6}() get back the context of the ill
> they're working on (e.g., to eventually call ip_newroute_*()).
> That means e.g. ip_wput_ire() needs to set ipsec_out_ill_index
> to ire->ire_ipif->ipif_ill rather than stq->q_ptr. Will that
> cause problems?
Doesn't using ire_ipif potentially run into problems when usesrc is used?
Erik