summaryrefslogtreecommitdiffstats
path: root/ip6tables-multi.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>