Updated uci schema for firewall entry

This commit is contained in:
vdutta 2021-09-16 17:46:36 +05:30 committed by Omar Kallel
parent db97f2d1d7
commit 6a2ea866f3
2 changed files with 14 additions and 0 deletions

View file

@ -373,6 +373,13 @@
<td class="td_row_even"><div class="td_row_even"></div></td>
<td class="td_row_even"><div class="td_row_even">Define absolute path of the JSON containing parameters on which notification get enabled as per the definition. See readme for examples.</div></td>
</tr>
<tr>
<td class="td_row_even"><div class="td_row_even">incoming_rule</div></td>
<td class="td_row_even"><div class="td_row_even">string</div></td>
<td class="td_row_even"><div class="td_row_even">no</div></td>
<td class="td_row_even"><div class="td_row_even"></div></td>
<td class="td_row_even"><div class="td_row_even">This configure firewall rules. Allowed values <IP_Only/Port_Only/IP_Port>. IP_Only means only acs ip as source ip used for firewall input rule, Port_Only means only destination port will be used and IP_Port or empty value meaning both ip and port will be used for firewall input rule.</div></td>
</tr>
</tbody>
</table>
</td>

View file

@ -291,6 +291,13 @@
"required": "no",
"default": "",
"description": "Define absolute path of the JSON containing parameters on which notification get enabled as per the definition. See readme for examples."
},
{
"name": "incoming_rule",
"type": "string",
"required": "no",
"default": "",
"description": "This configure firewall rules. Allowed values <IP_Only/Port_Only/IP_Port>. IP_Only means only acs ip as source ip used for firewall input rule, Port_Only means only destination port will be used and IP_Port or empty value meaning both ip and port will be used for firewall input rule."
}
]
},