commit | e3eaa9910b380530cfd2c0670fcd3f627674da8a | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Wed Jun 17 22:14:54 2009 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Wed Feb 10 17:50:47 2010 +0100 |
tree | 309e522e78f78149ec3cb99ffc386d1b72415a96 | |
parent | 2b95efe7f6bb750256a702cc32d33b0cb2cd8223 [diff] |
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 <jengelh@medozas.de>