INCOMPATIBILITIES 619 B

1234567891011121314
  1. INCOMPATIBILITIES:
  2. - The REJECT target has an '--reject-with admin-prohib' option which used
  3. with kernels that do not support it, will result in a plain DROP instead
  4. of REJECT. Use with caution.
  5. Kernels that do support it:
  6. 2.4 - since 2.4.22-pre9
  7. 2.6 - all
  8. - There are some issues related to upgrading from 1.2.x to 1.3.x on a system
  9. with dynamic ruleset changes during runtime. (Please see
  10. https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=334).
  11. After upgrading from 1.2 to 1.3, it suggest go do an iptables-save, then
  12. iptables-restore to ensure your dynamic rule changes continue to work.