voxpupuli / puppet-nftables

Puppet Module to manage nftables firewall rules.
Apache License 2.0
12 stars 33 forks source link

Fix: Regex for bridge names #237

Open thomaspujol69 opened 9 months ago

thomaspujol69 commented 9 months ago

Pull Request (PR) description

Correction of a too general regex concerning bridge names.
Some bridges could be tagged, for example br123:0, and then could be taken by the regexp, generating an invalid config and dropping error : syntax error, unexpected colon, expecting newline or semicolon.

This Pull Request (PR) fixes the following issues

n/a