-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue 4630/replace default gateway #5255
Issue 4630/replace default gateway #5255
Conversation
Please remove unrelated changes, thank you |
dab3db4
to
d744c9e
Compare
d744c9e
to
b5784a1
Compare
done. |
* @param {string} gateway | ||
* @returns {string | undefined} | ||
*/ | ||
static findIp(gateway) { |
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.
We need to keep this function, because developer still can use it, otherwise it is a breaking change
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, I'll change my changes.
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.
done
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5255 +/- ##
==========================================
- Coverage 90.29% 84.99% -5.31%
==========================================
Files 15 16 +1
Lines 1577 1693 +116
Branches 601 635 +34
==========================================
+ Hits 1424 1439 +15
- Misses 140 227 +87
- Partials 13 27 +14 ☔ View full report in Codecov by Sentry. |
/cc @snitin315 Feel free to merge when CI will be green, locally all tests are passed |
For Bugs and Features; did you add new tests?
there are failing tests in #5080 which will be fixed and new tests will be added in case.
Motivation / Use-Case
fixes #4630
Breaking Changes
Additional Info