commit | a77a7d8e0ac98126f60f15ce59a0530c658e9ac6 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon May 07 00:05:11 2018 +0200 |
committer | Florian Westphal <fw@strlen.de> | Mon May 07 00:08:09 2018 +0200 |
tree | 9a686d1645b5bc8ae99d7ad10e7e843f96436bed | |
parent | de874054ec26a78ce83ccf13c449a4d3c4a5778e [diff] |
iptables-test: fix bug with rateest rateest test needs to insert rateest targets with @progname syntax. However, this used the system-installed binary rather than the one from git. Morever, it did not respect --nftables switch, i.e. add occurs with iptables so iptables-compat won't find it. Fixes: d7ac61b58e78 ("add nft switch and test binaries from git") Signed-off-by: Florian Westphal <fw@strlen.de>