]> git.ipfire.org Git - thirdparty/iptables.git/commit
extensions: *NAT: Kill multiple IPv4 range support
authorPhil Sutter <phil@nwl.cc>
Sat, 8 Jan 2022 12:15:20 +0000 (13:15 +0100)
committerPhil Sutter <phil@nwl.cc>
Mon, 17 Jan 2022 14:16:21 +0000 (15:16 +0100)
commit30b178b9bf11e75cd5ff7310ce0f5d9c9ace3b7a
tree22c084309bbfee0f03584db7a9be05cd00b72a83
parent7ee5b97095365383629b9c7c78ba93e09e1051d2
extensions: *NAT: Kill multiple IPv4 range support

It is the year of the great revolution, nobody cares about kernel
versions below 2.6.11 anymore. Time to get rid of the cruft.

While being at it, drop the explicit duplicate argument check and
instead just remove XTOPT_MULTI flag from the respective
xt_option_entry.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Florian Westphal <fw@strlen.de>
extensions/libipt_DNAT.c
extensions/libipt_SNAT.c
extensions/libxt_DNAT.man
extensions/libxt_SNAT.man