diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2014-12-08 20:26:30 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2014-12-09 19:12:20 +0100 |
commit | 0451b82aaaf0b0bf67e7dcf38ffa4f7cef5e3066 (patch) | |
tree | 949ecaabd5ec69ef9bb465e08ba734cf28d46947 /include/linux/netfilter/Makefile.am | |
parent | 82e0a693110be85b6ebc023b4dbf5e798ac60bdc (diff) |
src: generate set members using integer_type in the appropriate byteorder
Rules with header fields that rely on the generic integer datatype
from sets are not matching, eg.
nft add rule filter input udp length { 9 } counter
This set member is an integer represented in host byte order, which
obviously doesn't match the header field (in network byte order).
Since the integer datatype has no specific byteorder, we have to rely
on the expression byteorder instead when configuring the context,
before we evaluate the list of set members.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/linux/netfilter/Makefile.am')
0 files changed, 0 insertions, 0 deletions