You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/volumio/app/plugins/system_controller/network/index.js hardcodes the subnet to a /24 for both eth0 and wireless network setups. It ignores both subnet settings from the UI.
It requires a UI change to change a subnet setting to a net prefix setting. The subnet mask is not used anywhere else, so this is the easiest solution.
We use a /22 on our ships for the management network, so being able to set the subnet is needed.
The text was updated successfully, but these errors were encountered:
/volumio/app/plugins/system_controller/network/index.js
hardcodes the subnet to a/24
for botheth0
and wireless network setups. It ignores both subnet settings from the UI.It requires a UI change to change a subnet setting to a net prefix setting. The subnet mask is not used anywhere else, so this is the easiest solution.
We use a /22 on our ships for the management network, so being able to set the subnet is needed.
The text was updated successfully, but these errors were encountered: