Skip to content

Commit

Permalink
fix sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Oct 7, 2024
1 parent ceb9da7 commit f6a432b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def __init__(self, lines=None, module=None):
(\s(?P<max_transmission>\d+))?
$""", re.VERBOSE,
),
"setval": "add eigrp-metric {{ add.eigrp_metric.bandwidth|string }} {{ add.eigrp_metric.delay|string }} {{ add.eigrp_metric.reliability|string }} {{ add.eigrp_metric.effective_bandwith|string }} {{ add.eigrp_metric.max_transmission|string }}",
"setval": "add eigrp-metric {{ add.eigrp_metric.bandwidth|string }}"
" {{ add.eigrp_metric.delay|string }} {{ add.eigrp_metric.reliability|string }}"
" {{ add.eigrp_metric.effective_bandwith|string }} {{ add.eigrp_metric.max_transmission|string }}",
"result": {
"policies": {
"add": {
Expand Down
4 changes: 3 additions & 1 deletion plugins/modules/iosxr_route_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,9 @@
suboptions: &ifcondition
condition:
type: str
description: the condition string, eg - aigp-metric eq 23 and as-path in tmp1 and community is-empty and community matches-any test1 (don't add then at end)
description:
- the condition string, eg - aigp-metric eq 23 and as-path in tmp1 and
community is-empty and community matches-any test1 (don't add then at end)
add: *add
apply: *apply
drop: *drop
Expand Down

0 comments on commit f6a432b

Please sign in to comment.