]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
wirelesscrtl: Add --wait to iptables command line.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Dec 2013 20:05:56 +0000 (21:05 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Dec 2013 20:05:56 +0000 (21:05 +0100)
With a huge number of access rules, inserting all rules
into the kernel took a long while in which other iptables
tried to access the kernel's ruleset as well, which then
lead to resource conflicts.

Since iptables 1.4.20, the --wait parameter is supported
that will wait for a global xtables lock and then proceed.


No differences found