{{ secondMenu.name }}
It is recommended to query configuration details using the following commands before modifying the configuration file.
rw_cc -f /sfos/system/schema/config/networkplatform/config.ispaddr.schema -q -s net.ispaddrs -p $
2. Run the following commands to check if any configuration conflict exists:
rw_cc -f /sfos/system/schema/config/networkplatform/config.ispaddr.schema -q -s net.ispaddrs -p '$[?(@.name == "All" && @.isdefault != true)]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.ispaddr.schema -q -s net.ispaddrs -p '$[?(@.name == "china-unicom" && @.isdefault != true)]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.ispaddr.schema -q -s net.ispaddrs -p '$[?(@.name == "china-telecom" && @.isdefault != true)]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.ispaddr.schema -q -s net.ispaddrs -p '$[?(@.name == "china-mobile" && @.isdefault != true)]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.ispaddr.schema -q -s net.ispaddrs -p '$[?(@.name == "cernet" && @.isdefault != true)]'
3. If the returned result is not empty ([]), it contains conflicting configuration items.