[LTP] [PATCH] network/iptables: add ipv6 support
Alexey Kodanev
alexey.kodanev@oracle.com
Thu Jan 9 15:16:18 CET 2020
On 09.01.2020 13:51, Petr Vorel wrote:
> Hi Alexey,
>
>>> now:
>>> /bin/sh: 1: nft: not found
>>> nft01 1 TBROK: nft add table ip filter failed
>
>> Good catch, what about starting with init() in do_setup()?
>
>> diff --git a/testcases/network/iptables/nft01.sh b/testcases/network/iptables/nft01.sh
>> index 1ae086678..bf2a53c28 100755
>> --- a/testcases/network/iptables/nft01.sh
>> +++ b/testcases/network/iptables/nft01.sh
>> @@ -13,6 +13,7 @@ cleanup_chain=0
>
>> do_setup()
>> {
>> + init
>> local ip_table="ip${TST_IPV6}"
>
>> if ! nft list table $ip_table filter > /dev/null 2>&1; then
>> @@ -23,7 +24,6 @@ do_setup()
>> ROD nft add chain $ip_table filter INPUT '{ type filter hook input priority 0; }'
>> cleanup_chain=1
>> fi
>> - init
>> }
>
> Great, what a simple fix :).
>
Applied with this change, thanks for your review Petr!
More information about the ltp
mailing list