summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_among.c
Commit message (Collapse)AuthorAgeFilesLines
* extensions: among: Check call to fstat()Phil Sutter2019-12-061-1/+5
| | | | | | If this fails, a bogus length value may be passed to mmap(). Fixes: 26753888720d8 ("nft: bridge: Rudimental among extension support")
* nft: bridge: Rudimental among extension supportPhil Sutter2019-11-251-0/+243
Support among match as far as possible given the limitations of nftables sets, namely limited to homogeneous MAC address only or MAC and IP address only matches. Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>