On Fri, Oct 12, 2018 at 03:46:29AM +0900, Taehee Yoo wrote: > When interface is down, offload cleanup function(nf_flow_table_do_cleanup) > is called and that checks whether interface index of offload and > index of link down interface is same. but only interface index checking > is not enough because flowtable is not pernet list. > So that, if other netns's interface that has index is same with offload > is down, that offload will be removed. > This patch adds netns checking code to the offload cleanup routine. Applied, thanks!