]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: expose new etherdb lookup function through libxtables API
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 19 Oct 2018 11:06:53 +0000 (13:06 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 20 Oct 2018 09:14:15 +0000 (11:14 +0200)
commitabae556c886d94751128c0deb0feee9589fda4c3
treef7fbcd9dcfa24ef80734d593ee80b847684e07b2
parentc2d9ed99316f26de2d57d9798eee50034114540b
libxtables: expose new etherdb lookup function through libxtables API

This is used from extensions and included in libxtables, so we have to
make them public.

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 [deleted file]
include/xtables.h
iptables/nft-bridge.c
iptables/xtables-eb-translate.c
iptables/xtables-eb.c
libxtables/getethertype.c