summaryrefslogtreecommitdiffstats
path: root/ip6tables-multi.c
Commit message (Collapse)AuthorAgeFilesLines
* combine ip6?tables-multi into xtables-multiMaciej Żenczykowski2011-04-191-20/+0
| | | | Signed-off-by: Maciej Zenczykowski <maze@google.com>
* convert ip6?tables-multi to actually use their own header filesMaciej Zenczykowski2011-04-051-4/+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-34/+12
| | | | | | | | | | 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-20/+33
| | | | | | | | | 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>
* let DO_MULTI=1 work for ip6tables* binaries part 2Hann-Huei Chiou2007-10-311-0/+31
Sorry forgot to mention that the "ip6tables-multi.c" (in the patch) which is not in the repository has to be manually added. Hann-huei Chiou <koala@ascenvision.com>