-
Notifications
You must be signed in to change notification settings - Fork 50
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
Allow for resetting the state of blocked ACS firmware update message banner #1207
Comments
Comparing an older exported config with the current one I can see a new section [cwmp_transfer]
cwmp_transfer.@rollback_info[0]=rollback_info
cwmp_transfer.@rollback_info[0].started='0'
cwmp_transfer.@rollback_info[0].initiator='GUI'
cwmp_transfer.@rollback_info[0].rollback_to='bank_2' I don't know much about uci so I would really appreciate an input ... Thanks in advance |
Found it ! tch-nginx-gui/decompressed/base/usr/lib/cwmpd/transfers/upgrade.sh Lines 237 to 264 in b55fe2d
The message banner in the GUI is triggered by the The issue is that So even if there are no new firmware upgrade requests received, for example when setting the spoofed version post-upgrade request, the message is still being showed. By removing it with uci delete modgui.var.reboot_reason_msg the message banner rightfully disappears and it is not showed anymore as the versione is being spoofed so ACS is not sending anymore upgrade commands. This will be solved if A simple such condition would be when we save a spoofed version value. |
After enabling CWMP without spoofing the latest version the banner appeared for the first time.
I tried setting the spoofed version to 2.4.4 and reboot but the banner is still present.
I also tried disabling CWMP
Is there any command I can run to un-toggle whatever is triggering this in the GUI ?
The text was updated successfully, but these errors were encountered: