nftables: backport fix to interval based rules
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Tue, 20 Sep 2022 14:16:37 +0000 (15:16 +0100)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 26 Sep 2022 17:02:15 +0000 (18:02 +0100)
commit582c098c0936b7f2083541017ef88921bf6d281b
tree0380691463b249e31a08521f61622be6cdeeff8c
parentdafa6630125ce92967792d177b02c38b8e64e293
nftables: backport fix to interval based rules

'rule inet dscpclassify dscp_match  meta l4proto { udp }  th dport { 3478 }
 th sport { 3478-3497, 16384-16387 } goto ct_set_ef' works with
'nft add', but not 'nft insert', the latter yields:
"BUG: unhandled op 4".

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
package/network/utils/nftables/Makefile
package/network/utils/nftables/patches/0001-fix-nft.patch [new file with mode: 0644]