summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_vlan.c
Commit message (Collapse)AuthorAgeFilesLines
* libxtables: Integrate getethertype.c from xtables corePhil Sutter2018-09-241-71/+1
| | | | | | | | | | | | | | This moves getethertype.c into libxtables so that both extensions and xtables-nft-multi may use the implementations therein. New users are libebt_arp and libebt_vlan which drop their own duplicated implementations of getethertypebyname() for the shared one. This change originated from a covscan report of extensions' implementations not checking fopen() return value which should be implicitly fixed by this as well. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Florian Westphal <fw@strlen.de>
* ebtables-compat: add 'vlan' match extensionFlorian Westphal2018-04-221-0/+226
Signed-off-by: Florian Westphal <fw@strlen.de>