On Thu, Oct 06, 2022 at 08:13:44AM +0200, Jan Engelhardt wrote: > On Thursday 2022-10-06 02:27, Phil Sutter wrote: > > >+def run_test_file_fast(filename, netns): > >... > >+ elif "libarpt_" in filename: > >+ # only supported with nf_tables backend > >+ if EXECUTABLE != "xtables-nft-multi": > >+ return 0 > > Should this particular check for executable be part of fast_run_possible > instead? (Or somewhere else completely - if not running under x-n-m, > even slow mode is not possible ;) Ah, you caught me c'n'p programming. ;) I'll move the run_test_file_fast() call to after the same code in run_test_file() and pass 'iptables' variable as parameter. The -save and -restore commands may be constructed by simply appending the suffix. Thanks, Phil