Displaying 1 result from an estimated 1 matches for "vyos_flowtable_forward".
2024 Oct 14
1
[Bug 1776] New: No hw offload for flowtables with intel x710
...it schema:
Interface Description
-------- ------------
eth0 LAN
eth1 XGSPON Module
eth1.20 PPPoE VLAN
pppoe0 PPPoE ISP
Software based offloading works fine, I can see offload in conntrack -L
Also flowtable in vyos_filter table looks like this (hw offload disabled):
flowtable VYOS_FLOWTABLE_forward-table {
hook ingress priority filter
devices = { eth0, eth1 }
counter
}
But I am unable to enable hardware offloading:
vyos at vyos# set firewall flowtable forward-table offload hardware
[edit]
vyos at vyos# commit
[ firewall ]
Fail to apply firewall Error found on: firew...