File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,15 @@ class FreeRADIUSUser extends Model {
120120 validators: [new IPAddressValidator (allow_ipv4: true , allow_ipv6: false )],
121121 help_text: 'Framed-IP-Address MUST be supported by NAS. ' .
122122 'If the OpenVPN server uses a subnet style Topology the RADIUS server MUST ' .
123- 'also send back an appropriate Framed-IP-Netmask value matching the VPN Tunnel Network. '
123+ 'also send back an appropriate Framed-IP-Netmask value matching the VPN Tunnel Network. ' ,
124124 );
125125 $ this ->framed_ip_netmask = new StringField (
126126 required: false ,
127127 default: '' ,
128128 internal_name: 'varusersframedipnetmask ' ,
129129 allow_empty: true ,
130130 validators: [new IPAddressValidator (allow_ipv4: true , allow_ipv6: false )],
131- help_text: 'Framed-IP-Netmask MUST be supported by NAS '
131+ help_text: 'Framed-IP-Netmask MUST be supported by NAS ' ,
132132 );
133133
134134 parent ::__construct ($ id , $ parent_id , $ data , ...$ options );
You can’t perform that action at this time.
0 commit comments