mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-27 17:17:17 +01:00
Add default_lan_interface for ManageableDevice
This commit is contained in:
parent
8d4e865dd3
commit
d11dcfc320
2 changed files with 14 additions and 0 deletions
|
|
@ -229,6 +229,13 @@
|
|||
<td class="td_row_odd"><div class="td_row_odd"></div></td>
|
||||
<td class="td_row_odd"><div class="td_row_odd">Configure the default wan interface of the device.</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="td_row_odd"><div class="td_row_odd">default_lan_interface</div></td>
|
||||
<td class="td_row_odd"><div class="td_row_odd">string</div></td>
|
||||
<td class="td_row_odd"><div class="td_row_odd">no</div></td>
|
||||
<td class="td_row_odd"><div class="td_row_odd"></div></td>
|
||||
<td class="td_row_odd"><div class="td_row_odd">Configure the default lan interface of the device.</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="td_row_even"><div class="td_row_even">log_to_console</div></td>
|
||||
<td class="td_row_even"><div class="td_row_even">string</div></td>
|
||||
|
|
|
|||
|
|
@ -187,6 +187,13 @@
|
|||
"default": "",
|
||||
"description": "Configure the default wan interface of the device."
|
||||
},
|
||||
{
|
||||
"name": "default_lan_interface",
|
||||
"type": "string",
|
||||
"required": "no",
|
||||
"default": "",
|
||||
"description": "Configure the default lan interface of the device."
|
||||
},
|
||||
{
|
||||
"name": "log_to_console",
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue