mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 03:49:28 -04:00
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>