[iptables-nftables PATCH 3/3] xtables: arp: Do not add a useless prefix for afinfo_arp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Let's use libxt_ as it should, since CLASSIFY and now mangle targets
(the 2 only targets xtables-arp is going to use) are libxt_ prefixed.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@xxxxxxxxxxxxxxx>
---
 iptables/xtables-arp-standalone.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iptables/xtables-arp-standalone.c b/iptables/xtables-arp-standalone.c
index 8d4679f..a9c880f 100644
--- a/iptables/xtables-arp-standalone.c
+++ b/iptables/xtables-arp-standalone.c
@@ -47,7 +47,7 @@ extern const char *program_version, *program_name;
 static const struct xtables_afinfo afinfo_arp = {
         .kmod          = "arp_tables",
         .proc_exists   = "/proc/net/arp_tables_names",
-        .libprefix     = "libarp_",
+        .libprefix     = "libxt_",
         .family        = NFPROTO_ARP,
         .ipproto       = IPPROTO_IP,
         .so_rev_match  = -1,
-- 
1.8.3.2

--
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




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux