aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/backport-4.9/092-netfilter-nf_tables-fix-mismatch-in-big-endian-syste.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: backport fix for nftables on big EndianHauke Mehrtens2018-01-201-0/+323
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>