]> git.ipfire.org Git - thirdparty/nftables.git/commit
meta: fix pkttype name and add 'other' symbol
authorFlorian Westphal <fw@strlen.de>
Thu, 27 Oct 2016 12:31:34 +0000 (14:31 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 27 Oct 2016 17:32:58 +0000 (19:32 +0200)
commit8a7f6de536408336770e352cde939f8cb09a644d
treea807aae5233d69571d010b08f5e80ff40ec5faa1
parent0423caa91ad26e7a4a6d840566d25d48d3341fa1
meta: fix pkttype name and add 'other' symbol

'unicast' doesn't check for unicast packets; it checks for PACKET_HOST,
i.e. a packet coming in for this host.

A unicast address to some other machine (e.g. because nic is
in promisc mode) will have PACKET_OTHER.

So at best this is misleading, so this patch changes it
to 'host'.  The unicast entry is retained for compat purpose.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/meta.c
tests/py/any/meta.t
tests/py/any/meta.t.payload