mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-13 08:04:57 +02:00
compat_xtables: remove unused ipt_unregister_table macro
This commit is contained in:
@@ -21,9 +21,6 @@
|
|||||||
# warning You need CONFIG_NF_CONNTRACK.
|
# warning You need CONFIG_NF_CONNTRACK.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ipt_unregister_table(tbl) ipt_unregister_table(&init_net, (tbl))
|
|
||||||
#define ip6t_unregister_table(tbl) ip6t_unregister_table(&init_net, (tbl))
|
|
||||||
|
|
||||||
#if !defined(NIP6) && !defined(NIP6_FMT)
|
#if !defined(NIP6) && !defined(NIP6_FMT)
|
||||||
# define NIP6(addr) \
|
# define NIP6(addr) \
|
||||||
ntohs((addr).s6_addr16[0]), \
|
ntohs((addr).s6_addr16[0]), \
|
||||||
|
Reference in New Issue
Block a user