Re: [PATCH iptables] iptables: iptables-test: fix netns test

2018-11-01 Thread Pablo Neira Ayuso
On Thu, Nov 01, 2018 at 11:32:50PM +0900, Taehee Yoo wrote: > The libxt_rateest test is always failed because dependent command is not > executed in netns. > (@iptables -I INPUT -j RATEEST --rateest-name RE1 --rateest-interval \ > 250.0ms --rateest-ewmalog 500.0ms) > After this path, adding netns

[PATCH iptables] iptables: iptables-test: fix netns test

2018-11-01 Thread Taehee Yoo
The libxt_rateest test is always failed because dependent command is not executed in netns. (@iptables -I INPUT -j RATEEST --rateest-name RE1 --rateest-interval \ 250.0ms --rateest-ewmalog 500.0ms) After this path, adding netns command is executed first. Then test commands are executed. Fixes: