[FS#4239] flow_offloading_hw doesn't work with nftables (mt7621)

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Tue Jan 25 18:47:07 PST 2022


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#4239 - flow_offloading_hw doesn't work with nftables (mt7621)
User who did this - amaumene (amaumene)

----------
Hi,

I found the root cause. It seems flowtable doesn't take bridges in the devices list, but takes actual devices:
	flowtable ft {
		hook ingress priority filter
		devices = { wan, sfp, lan2, lan3, lan4, lan5 }
		flags offload;
	}
This makes it work fine:
ipv4     2 udp      17 src=192.168.1.214 dst=142.250.4.95 sport=57466 dport=443 packets=8 bytes=1751 src=142.250.4.95 dst=45.121.84.189 sport=443 dport=57466 packets=9 bytes=1484 [HW_OFFLOAD] mark=0 zone=0 use=3

I guess firewall4 needs to be updated to reflect this change.
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=4239#comment10480

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list