On Mon, 2023-09-11 at 23:26 -0700, Martin KaFai Lau wrote: > On 9/11/23 5:55 PM, Eduard Zingerman wrote: [...] > > +int load_dummy_prog(char *name, __u32 ifindex, __u32 flags) > > I added static. [...] > > + tok = open_netns(LOCAL_NETNS); > > Also added NULL check for tok. [...] > > + if (tok) > > close_netns() can handle NULL, so removed this tok check. > > Applied. Thanks for the fix and test! Sorry, I should have noticed these issues before sending. Thank you for fixing it up.