diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index 066db2f05..fe1819059 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -1278,7 +1278,7 @@ DESC }, match_mark: { - type: 'Optional[Pattern[/^(?:!\s)?[a-fA-F0-9x]+$/]]', + type: 'Optional[Pattern[/^(?:!\s)?[a-fA-F0-9x\/]+$/]]', desc: <<-DESC Match the Netfilter mark value associated with the packet, accepts a mark. This value will be converted to hex if it is not already.