puppetlabs / puppetlabs-firewall

Puppet Firewall Module
http://forge.puppetlabs.com/puppetlabs/firewall
Apache License 2.0
271 stars 455 forks source link

issue with match_mark regex #1198

Open robertc99 opened 6 months ago

robertc99 commented 6 months ago

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:

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

robertc99 commented 6 months ago

Ive got a 2 character fix. I'll do a PR when I get a chance