iptables: Lookup in table hash before module loading
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 12 Mar 2013 17:16:42 +0000 (18:16 +0100)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 18 Mar 2013 12:31:26 +0000 (14:31 +0200)
commit48e887fddc4772633106dd6ad0ac6f6bebff820c
tree54caf164e5adf0afcc08ea384d9ea00771807697
parent817e05538a3d3da015370a462e426fa15e34b85f
iptables: Lookup in table hash before module loading

pre_load_table() is called always with table == NULL, we end up
keep trying to load the kernel modules even though the table
is already loaded. Therefore, move the lookup one level up.
src/iptables.c