netfilter: xtables: generate initial table on-demand
authorJan Engelhardt <jengelh@medozas.de>
Wed, 17 Jun 2009 20:14:54 +0000 (22:14 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Wed, 10 Feb 2010 16:50:47 +0000 (17:50 +0100)
The static initial tables are pretty large, and after the net
namespace has been instantiated, they just hang around for nothing.
This commit removes them and creates tables on-demand at runtime when
needed.

Size shrinks by 7735 bytes (x86_64).

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>

No differences found