Skip to content

Conversation

@wojcik91
Copy link
Contributor

@wojcik91 wojcik91 commented Feb 5, 2026

Update the firewall rule generator logic to handle new toggles added for more explicitly expressing rule intent.

This also includes updates to API and webapp to handle new fields and align with the updated app design.

Closes #1923 and #1958

@wojcik91 wojcik91 self-assigned this Feb 5, 2026
let has_ipv6_destination =
!dest_addrs_v6.is_empty() || (location_has_ipv6_addresses && any_destination);

let comment = format!("ACL {} - {}", rule_id, rule_name);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
let comment = format!("ACL {} - {}", rule_id, rule_name);
let comment = format!("ACL {rule_id} - {rule_name}");

deny_rules.push(ipv6_rules.1);
}
let comment = format!(
"ACL {} - {}, ALIAS {} - {}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ACL {} - {}, ALIAS {} - {}",
"ACL {rule_id} - {rule_name}, ALIAS {} - {}",

@wojcik91 wojcik91 merged commit 322ce1d into dev Feb 6, 2026
3 checks passed
@wojcik91 wojcik91 deleted the update_firewall_rule_translation branch February 6, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants