Skip to content

Commit

Permalink
fix sanity sanely
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Oct 7, 2024
1 parent f6a432b commit d153418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/module_utils/network/iosxr/rm_templates/route_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def __init__(self, lines=None, module=None):
$""", 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 }}",
" {{ 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

0 comments on commit d153418

Please sign in to comment.