]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: prefix exported new functions for etherdb lookups
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 19 Oct 2018 10:55:16 +0000 (12:55 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 20 Oct 2018 09:14:10 +0000 (11:14 +0200)
commitc2d9ed99316f26de2d57d9798eee50034114540b
tree888e14d5353c8fb9438cca67446e0b69b5f433be
parent5a44360e54c455871d3576a0a4303afbfb82088f
libxtables: prefix exported new functions for etherdb lookups

To avoid symbol pollution, place them under the xt_ and xtables_ prefix
name.

Fixes: 31f1434dfe37 ("libxtables: Integrate getethertype.c from xtables core")
Reported-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Phil Sutter <phil@nwl.cc>
extensions/libebt_arp.c
extensions/libebt_vlan.c
include/ebtables/ethernetdb.h
iptables/nft-bridge.c
iptables/xtables-eb-translate.c
iptables/xtables-eb.c
libxtables/getethertype.c