kernel: backport fix for nftables on big Endian
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 20 Jan 2018 19:14:47 +0000 (20:14 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 20 Jan 2018 19:22:01 +0000 (20:22 +0100)
commitf9aca01a53b041973496528af96d91b551bdeb1d
treec9d6dfdf6b3562c05960e12c7ee33e3b63a38707
parente787ad5c9658deb1baae7ebb1f86bfbe219cb13f
kernel: backport fix for nftables on big Endian

nftables 0.8.1 generates some new commands which will not work without
this on big endian systems. This patch is included in Linux 4.11 and
later.

My rule matching a TCP port was not working:
nft add rule ip foo bar ct state new tcp dport 22 accept

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/backport-4.9/092-netfilter-nf_tables-fix-mismatch-in-big-endian-syste.patch [new file with mode: 0644]