commit | 01b7a314291b2ef56ad718ee1374a1bac4768b29 | [log] [tgz] |
---|---|---|
author | Phil Oester <kernel@linuxace.com> | Tue May 13 23:27:48 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 13 23:27:48 2008 -0700 |
tree | b5a6ec7af90a6a8fcc18377e7d2f17f5661a47cc | |
parent | 1eedf69993d4016428fd99ffd619e73b374be3c1 [diff] |
netfilter: xt_iprange: module aliases for xt_iprange Using iptables 1.3.8 with kernel 2.6.25, rules which include '-m iprange' don't automatically pull in xt_iprange module. Below patch adds module aliases to fix that. Patch against latest -git, but seems like a good candidate for -stable also. Signed-off-by: Phil Oester <kernel@linuxace.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>