iptables: Use xt_error_target when adding new rules and chains.
This commit replaces iptables.c explicitely defined struct error_target with the xtables struct xt_error_target. It is better to use the struct defined in xtables to maintain compatibility.
Showing
Please register or sign in to comment