mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-10 03:07:58 +01:00
icwmp: set userid empty in cwmp config; it will be filled by uci-default
This commit is contained in:
parent
478c34d48f
commit
22dd43c79e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
config acs 'acs'
|
||||
option url ''
|
||||
option userid '$OUI-$SER'
|
||||
option userid '' #$OUI-$SER
|
||||
option passwd 'iopsys'
|
||||
option periodic_inform_enable 'true'
|
||||
option periodic_inform_interval '1800'
|
||||
|
|
@ -26,7 +26,7 @@ config cpe 'cpe'
|
|||
option log_severity 'INFO'
|
||||
option log_file_name '/var/log/icwmpd.log'
|
||||
option log_max_size '102400'
|
||||
option userid '$OUI-$SER'
|
||||
option userid '' #$OUI-$SER
|
||||
option passwd 'iopsys'
|
||||
option port '7547'
|
||||
option ubus_socket '/var/run/ubus.sock'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue