Re: rfc5837 and rfc8335

2021-04-08 Thread Ishaan Gandhi
nk-local addresses >> >>Ron > > Thanks for the context, Ron. > > That sounds reasonable to me. Andreas's patch series has also been > merged by now. > > >> >> >> >>

Re: rfc5837 and rfc8335

2021-03-21 Thread Ishaan Gandhi
> What is the motivation for adding support for these RFCs? Is the push > from a company or academia (e.g., a CS project)? Yes, these patches (RFC 8335 and 5837) were produced as a result of a collaboration between Juniper Networks and Harvey Mudd College. Let me loop in our advisor, Zach Dodds,

Re: [PATCH v3] icmp: support rfc5837

2021-03-19 Thread Ishaan Gandhi
Thank you. Would it be better to do instead: + if_index = skb->skb_iif; or + if_index = ip_version == 4 ? inet_iif(skb) : skb->skb_iif; > On Mar 19, 2021, at 7:55 AM, David Ahern wrote: > > On 3/17/21 4:19 PM, ishaangandhi wrote: >> +void icmp_identify_arrival_interface(struct sk_