Arushi Singhal <arushisinghal19971997@xxxxxxxxx> wrote: > README added Sorry, you will need to rebase this on top of current iptables.git master. > +Before each call to the test-files, `kernel_cleanup' will be called. I removed 'kernel_cleanup' in favor of running tests in a temporary netns. > +Also, test-files will receive the environment variable $IPTABLES which > +contains the path to the iptables binary being tested. I removed that as well, scripts get passed $XTABLES_MULTI instead. So a script now needs to do $XTABLES_MULTI iptables -N c1 or $XTABLES_MULTI ip6tables -N c1 (or use iptables-save, restore, ebtables, etc) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html