Jan Engelhardt wrote:
Move a few functions from iptables.c/ip6tables.c to xtables.c
so they are available for combined (both AF_INET and AF_INET6)
libxt modules. Rename overlapping function names.
Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>
---
extensions/libipt_DNAT.c | 4 -
extensions/libipt_NETMAP.c | 4 -
extensions/libipt_SAME.c | 8 +-
extensions/libipt_SNAT.c | 4 -
extensions/libipt_policy.c | 8 +-
extensions/libxt_conntrack.c | 7 +-
include/iptables.h | 3
include/xtables.h | 8 ++
ip6tables.c | 91 ++------------------------
iptables.c | 84 +-----------------------
xtables.c | 148 +++++++++++++++++++++++++++++++++++++++++++
11 files changed, 190 insertions(+), 179 deletions(-)
Applied.
-
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html