Re: [PATCH iptables] iptables-test: add -N option to exercise netns removal path

2018-10-20 Thread Phil Sutter
Hi, On Sat, Oct 20, 2018 at 11:21:42AM +0200, Pablo Neira Ayuso wrote: > On Fri, Oct 19, 2018 at 03:38:58PM +0200, Phil Sutter wrote: > > On Fri, Oct 19, 2018 at 11:55:07AM +0200, Pablo Neira Ayuso wrote: > > > On Fri, Oct 19, 2018 at 11:04:42AM +0200, Phil Sutter wrote: > > > > Hi, > > > > > >

Re: [PATCH iptables] iptables-test: add -N option to exercise netns removal path

2018-10-20 Thread Pablo Neira Ayuso
On Fri, Oct 19, 2018 at 03:38:58PM +0200, Phil Sutter wrote: > On Fri, Oct 19, 2018 at 11:55:07AM +0200, Pablo Neira Ayuso wrote: > > On Fri, Oct 19, 2018 at 11:04:42AM +0200, Phil Sutter wrote: > > > Hi, > > > > > > On Thu, Oct 18, 2018 at 08:33:07PM +0200, Pablo Neira Ayuso wrote: > > > [...] >

Re: [PATCH iptables] iptables-test: add -N option to exercise netns removal path

2018-10-19 Thread Phil Sutter
On Fri, Oct 19, 2018 at 11:55:07AM +0200, Pablo Neira Ayuso wrote: > On Fri, Oct 19, 2018 at 11:04:42AM +0200, Phil Sutter wrote: > > Hi, > > > > On Thu, Oct 18, 2018 at 08:33:07PM +0200, Pablo Neira Ayuso wrote: > > [...] > > > @@ -108,8 +111,15 @@ def run_test(iptables, rule, rule_save, res, >

Re: [PATCH iptables] iptables-test: add -N option to exercise netns removal path

2018-10-19 Thread Pablo Neira Ayuso
On Fri, Oct 19, 2018 at 11:04:42AM +0200, Phil Sutter wrote: > Hi, > > On Thu, Oct 18, 2018 at 08:33:07PM +0200, Pablo Neira Ayuso wrote: > [...] > > @@ -108,8 +111,15 @@ def run_test(iptables, rule, rule_save, res, filename, > > lineno): > > command = IPTABLES_SAVE > >

Re: [PATCH iptables] iptables-test: add -N option to exercise netns removal path

2018-10-19 Thread Phil Sutter
Hi, On Thu, Oct 18, 2018 at 08:33:07PM +0200, Pablo Neira Ayuso wrote: [...] > @@ -108,8 +111,15 @@ def run_test(iptables, rule, rule_save, res, filename, > lineno): > command = IPTABLES_SAVE > elif splitted[0] == IP6TABLES: > command = IP6TABLES_SAVE > + > +

[PATCH iptables] iptables-test: add -N option to exercise netns removal path

2018-10-18 Thread Pablo Neira Ayuso
We are getting bug reports lately from the netns path, add a new option to exercise this path. Signed-off-by: Pablo Neira Ayuso --- This is crashing the kernel in a few spots, will retest with recent fixes to see if we are address all existing problems. iptables-test.py | 54