]> git.ipfire.org Git - thirdparty/iptables.git/commit
iptables: accept multiple IP address specifications for -s, -d
authorMichael Granzow <mgranzow@zeus.com>
Thu, 9 Apr 2009 17:24:36 +0000 (18:24 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 26 Jun 2009 19:13:06 +0000 (21:13 +0200)
commit332e4acc574e3a348fe611d55bf642de0d50fbda
treeef8f4188c26905ca0bffde5b77eac6614b5bfc83
parentf9bf812aed50949db584cdf93752193c802fefcb
iptables: accept multiple IP address specifications for -s, -d

libiptc already supports adding and deleting multiple rules with
different addresses, so it only needs to be wired up to the options.

# ip6tables -I INPUT -s 2001:db8::d,2001:db8::e -j DROP

References: http://marc.info/?l=netfilter-devel&m=123929790719202&w=2

Adjustments made: syntax, removal of unneeded variables, manpage
adjustment, soversion bump.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
configure.ac
include/xtables.h.in
ip6tables.8.in
ip6tables.c
iptables.8.in
iptables.c
xtables.c