Skip to content

Commit

Permalink
[release/5.x] Cherry pick: Removed default value for the redirection-…
Browse files Browse the repository at this point in the history
…kind param (#6872) (#6887)

Co-authored-by: msftsettiy <[email protected]>
  • Loading branch information
achamayou and msftsettiy authored Mar 6, 2025
1 parent a869efb commit 7c2cb4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/start_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def add(parser):
)
parser.add_argument(
"--redirection-kind",
default="node-by-role",
choices=["node-by-role", "static-address"],
help="The redirection kind to use in lieu of forwarding. Either node-by-role or static-address",
)
Expand Down

0 comments on commit 7c2cb4b

Please sign in to comment.