Skip to content

Commit

Permalink
Merge branch 'main' into feature/routing-policy-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming authored Feb 15, 2025
2 parents 6452915 + c38aadb commit abf8f6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ for emergencies or non-content releases).
## [Unreleased]

- Added `routing_policy_rules` block to the `network` role.
- Added `table` parameter to the options of the elements of `routes` in
the `network` role.

## [25.2.0] - 2025-01-11

Expand Down
3 changes: 3 additions & 0 deletions src/roles/network/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ argument_specs:
mtu_bytes:
description: The MTU to be applied to this route.
type: str
table:
description: The routing table to add this route to.
type: str
routing_policy_rules:
description: Rules for policy-based routing.
type: list
Expand Down
1 change: 1 addition & 0 deletions workflow-support/parameter_mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ network_route_arguments:
scope: Scope
source: Source
type: Type
table: Table

network_routing_policy_rule_arguments:
from: From
Expand Down

0 comments on commit abf8f6b

Please sign in to comment.