summaryrefslogtreecommitdiff
path: root/changelogs/fragments/fix-icmp-parse-attr.yml
blob: 5cf0e1996c25f6d34f93b6803c0818eae7921875 (plain)
1
2
3
4
5
---
bugfixes:
  - firewall_rules - fix parse_icmp_attr() using wrong split delimiter ('.' instead of '/')
    and referencing undefined variable type_no in the numeric-only branch, which caused
    ValueError or UnboundLocalError when gathering firewall rules with ICMP type conditions.