summaryrefslogtreecommitdiffstats
path: root/iptables-multi.c
Commit message (Collapse)AuthorAgeFilesLines
* combine ip6?tables-multi into xtables-multiMaciej Żenczykowski2011-04-191-22/+0
| | | | Signed-off-by: Maciej Zenczykowski <maze@google.com>
* convert ip6?tables-multi to actually use their own header filesMaciej Zenczykowski2011-04-051-5/+1
| | | | | Signed-off-by: Maciej Zenczykowski <maze@google.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
* ip(6)tables-multi: unify subcommand handlingStefan Tomanek2011-03-071-38/+14
| | | | | | | | | | I found the subcommand handling and naming done by iptables-multi and ip6tables-multi very confusing and complicated; this patch reorganizes the subcommands in a single table, allowing both variants of them to be used (iptables/main) and also prints a list of the allowed commands if an unknown command is entered by the user. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* multi binary: allow subcommand via argv[1]Jan Engelhardt2009-07-251-23/+37
| | | | | | | | | libtool does not play well with symlinks when trying to run commands in the build directory. So provide an alternate way to call iptables-multi: when argv[0] is not a recognized name, inspect [1] for an alternate identifer. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* iptables-multi: support "iptables-static" as a callable nameJan Engelhardt2009-03-241-1/+2
| | | | | | iptables multi-purpose version: unknown applet name iptables-static Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke)Lutz Jaenicke2006-12-091-0/+4
|
* Missing file from multi patch addedJoszef Kadlecsik2004-06-271-0/+31