search for: vyos_filter

Displaying 2 results from an estimated 2 matches for "vyos_filter".

2024 Feb 22
4
[Bug 1737] New: meta hour error with different time-zones
...ent: nft Assignee: pablo at netfilter.org Reporter: nicolasfort1988 at gmail.com When using meta hour, and also using different time zone (for example Australia/Sydney), rules are written correctly, but they do not match as expected. ### Config and date For example: table ip vyos_filter { chain VYOS_OUTPUT_filter { type filter hook output priority filter; policy accept; ip daddr 1.1.1.1 meta hour >= "03:01" meta hour < "08:00" counter packets 1 bytes 84 accept comment "ipv4-OUT-filter-10" i...
2024 Oct 14
1
[Bug 1776] New: No hw offload for flowtables with intel x710
...d hw-tc-offload: on Also, eth1 contains vlan with pppoe session in 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]...