Displaying 1 result from an estimated 1 matches for "vyos_output_filter".
2024 Feb 22
4
[Bug 1737] New: meta hour error with different time-zones
...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"
ip daddr 8.8.8.8 meta hour >= &qu...