-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add flag for router IP local run #565
Merged
Merged
Changes from 8 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
47b619b
feat: add flag for router IP local run
joshua-mo-143 f43e2e5
refactor: amend ipaddr setting, local run init fn
joshua-mo-143 1794cc6
refactor: delete unnecessary dependency
joshua-mo-143 288b0f7
Revert "refactor: delete unnecessary dependency"
joshua-mo-143 cabab8c
refactor: remove unnecessary dep (amendment)
joshua-mo-143 b8fe057
clippy
joshua-mo-143 20da60e
amendment from clippy warning (needless borrow)
joshua-mo-143 b00e9e2
refactor: apply cargo fmt diffs
joshua-mo-143 5471e66
refactor: return URL from run test setup fn
joshua-mo-143 127fb5f
refactor: change flag name to be 'external'
joshua-mo-143 75c2895
refactor: use passed args directly for struct
joshua-mo-143 1df901a
test: make sure tests align to proper folders
joshua-mo-143 d273426
Merge branch 'main' into main
oddgrd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sold on the name, but can't think of anything better either 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only other things I can really think of are
network
orlocal_ip
, but yeah to be honest I'm not huge on either of them androuter_ip
is not really that descriptiveThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly tempted to use
network
orlan
as the flag sincerouter_ip
oruse_router_ip
isn't technically accurate anymore, what do you think?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I was thinking more like 'host' but don't like it. How about
external
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok that sounds like a good idea, I'll add that in then