File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ class FirewallAlias extends Model {
4949 default: [],
5050 allow_empty: true ,
5151 many: true ,
52+ many_maximum: 0 , // Do not enforce a maximum number of entries
5253 delimiter: ' ' ,
5354 help_text: "Sets the host, network or port entries for the alias. When `type` is set to `host`, each
5455 entry must be a valid IP address or FQDN. When `type` is set to `network`, each entry must be a valid
@@ -59,6 +60,7 @@ class FirewallAlias extends Model {
5960 default: [],
6061 allow_empty: true ,
6162 many: true ,
63+ many_maximum: 0 , // Do not enforce a maximum number of entries
6264 delimiter: '|| ' ,
6365 help_text: "Sets descriptions for each alias `address`. Values must match the order of the `address`
6466 value it relates to. For example, the first value specified here is the description for the first
You can’t perform that action at this time.
0 commit comments