[LTP] [PATCH] network/iptables: add ipv6 support
    Petr Vorel 
    pvorel@suse.cz
       
    Thu Jan  9 11:51:01 CET 2020
    
    
  
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 :).
Kind regards,
Petr
    
    
More information about the ltp
mailing list