From: Jan Engelhardt Date: Wed, 17 Jun 2009 20:14:54 +0000 (+0200) Subject: netfilter: xtables: generate initial table on-demand X-Git-Tag: v2.6.34-rc1~233^2~303^2~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3eaa9910b380530cfd2c0670fcd3f627674da8a;p=pandora-kernel.git netfilter: xtables: generate initial table on-demand 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 --- Reading git-diff-tree failed