-
Notifications
You must be signed in to change notification settings - Fork 88
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
core: services: cable_guy: Move interface priority from ipr to dhcpcd #1902
core: services: cable_guy: Move interface priority from ipr to dhcpcd #1902
Conversation
ce1e614
to
3451652
Compare
71b423b
to
dfb14d8
Compare
8992a35
to
869275f
Compare
@@ -3,7 +3,7 @@ | |||
<v-list> | |||
<v-card-subtitle class="text-md-center" max-width="30"> | |||
Move network interfaces over | |||
to change network access priority | |||
to change network access priority.<br>Applied changes require a <b>system reboot</b>. |
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.
can we make it show the reboo-required icon we use for parameter changes? even in bold this is quite subtle.
Or maybe a popup after saving saying "configurations will be applied on the next boot", if that is easier.
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.
can we make it show the reboo-required icon we use for parameter changes? even in bold this is quite subtle. Or maybe a popup after saving saying "configurations will be applied on the next boot", if that is easier.
Yes, but that idea is under #1962, to be a global notifier.
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.
It is working well, nice. Just had some minor questions
return metric | ||
lines = self._get_service_dhcpcd_content() | ||
result = [] | ||
current_interface = None |
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.
did you miss the type here? it looks like you missed the type, and that caused the errors in line 480 and 482 that you suppressed.
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 did try to apply the type, but is unrelated, the source of the issue is from mypy.
python/mypy#14987
btw, I tested with |
Signed-off-by: Patrick José Pereira <[email protected]>
…o_ipr Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
… update Signed-off-by: Patrick José Pereira <[email protected]>
… applying Signed-off-by: Patrick José Pereira <[email protected]>
…s if applying new priority Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
…system reboot Signed-off-by: Patrick José Pereira <[email protected]>
869275f
to
7726840
Compare
Here it's not changing the metrics (seeing using |
did you reboot ? |
I did not. Oops |
priority_menu_forever_loading.mp4edit: unable to replicate after the recording. |
Fix #1539
Right now to have it working it's required to do a system reboot.
Doing dhcpcd service restart breaks our wpa_supplicant connection. #1958 was an attempt to fix that.