mirror of
https://github.com/opnsense/docs.git
synced 2026-06-09 00:22:06 -04:00
MVC: add ProtocolField (introduced https://github.com/opnsense/plugins/issues/1720)
This commit is contained in:
parent
2b17226313
commit
35fea4c042
1 changed files with 8 additions and 0 deletions
|
|
@ -195,6 +195,14 @@ PortField
|
|||
Check if the input contains a valid portnumber or (optionally) predefined service name. Can be a range when
|
||||
:code:`EnableRanges` is set to :code:`Y`.
|
||||
|
||||
|
||||
ProtocolField
|
||||
------------------------------------
|
||||
|
||||
List field type to validate if the provided value is a valid protocol name as defined by /etc/protocols
|
||||
(e.g. TCP, UDP) extended with the :code:`any` option.
|
||||
|
||||
|
||||
TextField
|
||||
------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue