Skip to content

Commit

Permalink
Capitalize default
Browse files Browse the repository at this point in the history
Aruba switch configs for 1.5 and 1.6 were capitalizing the VRF.
  • Loading branch information
rustydb committed Nov 18, 2024
1 parent b24200e commit 4beed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canu/generate/switch/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"--vrf",
help="Named VRF used for CSM networks",
required=False,
default="csm",
default="CSM",
)
@click.option(
"--bond-app-nodes",
Expand Down

0 comments on commit 4beed7e

Please sign in to comment.