puzzle / puzzle.opnsense

An Ansible Collection to configure an opnsense Firewall
https://puzzle.github.io/puzzle.opnsense/collections/puzzle/opnsense/index.html
GNU General Public License v3.0
24 stars 12 forks source link

Add extra attributes to firewall rules #143

Closed DonGiovanni83 closed 3 months ago

DonGiovanni83 commented 4 months ago

Firewall Rules do currently omit any other XML attributes that are not relevant to the FirewallRule dataclass and therefore delete them when writing them back to the config.xml. These changes are a fix for the FirewallRule related issues #138 and #139 .