opnsense_fw_drift_check
Audit OPNsense firewall rules to find those with missing or invalid descriptions, ensuring they follow a required pattern like issue references.
Instructions
Audit firewall filter rules for description hygiene. Returns rules whose description does not match the given regex (default: '^#\d+:' — issue-reference prefix) and rules with empty descriptions. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description_prefix_regex | No | Regex that rule descriptions MUST match (default: '^#\d+:' — requires a GitHub issue reference like '#361: ...') | |
| category | No | Optional category name to restrict the audit to rules in that category (exact match) |