Skip to content

issue with match_mark regex #1198

Open
Open
@robertc99

Description

@robertc99

I getting a warning out of the firewall module 8.0.0) on a rule created by podman
The warning is

Warning: Provider returned data that does not match the Type Schema for firewall[9031 netavark portfw masq mark]
Value type mismatch:
* match_mark: 0x2000/0x2000 (expects an undef value or a match for Pattern[/^(?:!\s)?[a-fA-F0-9x]+$/], got '0x2000/0x2000')

I believe rules causing the problem are
-A NETAVARK-HOSTPORT-MASQ -m comment --comment "netavark portfw masq mark" -m mark --mark 0x2000/0x2000 -j MASQUERADE
-A NETAVARK-HOSTPORT-SETMARK -j MARK --set-xmark 0x2000/0x2000

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions