Add default_lan_interface for ManageableDevice

This commit is contained in:
suvendhu 2022-10-06 14:31:55 +05:30
parent 8d4e865dd3
commit d11dcfc320
2 changed files with 14 additions and 0 deletions

View file

@ -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>

View file

@ -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",