From: Ben Efros <ben@xgendev.com>
To: Philip Craig <philipc@snapgear.com>
Cc: Sascha <listuser@epygi.de>, netfilter-devel@lists.netfilter.org
Subject: Re: iptables.c changes submitted argv value
Date: Thu, 12 Aug 2004 19:01:59 -0700 [thread overview]
Message-ID: <411C2117.7010709@xgendev.com> (raw)
In-Reply-To: <411C05AD.6030408@snapgear.com>
>
> You probably want to have iptables still for debugging/diagnostics.
> If so, get the latest version of iptables from CVS and enable DO_MULTI.
> This combines all three programs into the one binary.
>
Additionally if you need to save space, you can use the strip utility:
iptables (orig) 64486 bytes
#strip -s iptables
iptables (stripped) 56612 bytes
Yea! 87.8% of the original size!
(I used gcc 3.4.1 2004-6-11 on iptables-1.2.11 2004-8-12 snapshot)
There are a number of other ways to easily cut the size down much
smaller and keep the same functionality.
next prev parent reply other threads:[~2004-08-13 2:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <IDEAKKJENKGNPNLKJKODOEAECAAA.listuser@epygi.de>
2004-08-12 11:11 ` iptables.c changes submitted argv value Henrik Nordstrom
2004-08-13 0:05 ` Philip Craig
2004-08-13 2:01 ` Ben Efros [this message]
2004-08-11 12:09 Sascha
2004-08-11 21:23 ` Henrik Nordstrom
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=411C2117.7010709@xgendev.com \
--to=ben@xgendev.com \
--cc=listuser@epygi.de \
--cc=netfilter-devel@lists.netfilter.org \
--cc=philipc@snapgear.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.