Network Settings/WAN: An unknown API error occurred.
Summary
The 'Network Settings' - WAN, page shows this error: 'An unknown API error occurred'.
checkd in versions: Turris OS 5.4.4 Turris OS 6.0.1
Steps To Reproduce
- in LuCI save the already configured settings for WAN6
- in reforis check the Network Settings for WAN
Expected Result
When the configuration was done in reForis then there is no API error. When the interface is configured/changed in LuCI there will be API error. It is due to the problem in reForis:
in network config:
config interface 'wan6'
list ip6prefix 'xxxxxx' <-- ip6prefix should be type 'option'
option ip6addr 'xxxxxx' <-- ip6addr type 'option' and 'list' should be accepted (configuration in LuCI interface will change the type to list and will cause API error in reForis)
Actual Result
Doesn't work.
Edited by Tibor Kékesi