mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-05 00:03:33 +00:00
There are a couple of tests that require the iptables binary. Instead of adding a checkskip script, which could also handle this, this change now uses CRIU's feature detection to see if the CRIU feature 'has_ipt_legacy' exists. Signed-off-by: Adrian Reber <areber@redhat.com>
7 lines
181 B
Text
7 lines
181 B
Text
{
|
|
'flavor': 'h',
|
|
'feature': 'has_ipt_legacy',
|
|
'flags': 'suid excl reqrst',
|
|
'dopts': '--tcp-established --network-lock iptables',
|
|
'ropts': '--tcp-established',
|
|
}
|