#!/bin/bash # otherwise cpu match tests fail modprobe xt_cpu for ((i=0;i<4;i++)); do ip link add dummy$i type dummy done