X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fnms-add_iface.html;h=11456f2e8315928fb3ff3040a983892fe3f25509;hp=ab4cb178b7ae2020445b611d5a5aecb1d6a2ca44;hb=7d80f005462758e0271215240cdf99a9336f03dd;hpb=1e37402a96397fe344c32e0abf7434b4b595ea49 diff --git a/httemplate/misc/nms-add_iface.html b/httemplate/misc/nms-add_iface.html index ab4cb178b..11456f2e8 100644 --- a/httemplate/misc/nms-add_iface.html +++ b/httemplate/misc/nms-add_iface.html @@ -2,6 +2,8 @@ Adding interface <% $iface %> for <% $host %>
+ + Torrus Service Id <% include('/elements/input-text.html', 'field' => 'serviceid', @@ -19,6 +21,6 @@ my $host = $cgi->param('host'); die 'invalid host' unless $host =~ /^[0-9.a-zA-Z\-]+$/; my $iface = $cgi->param('iface'); -die 'invalid iface' unless $iface =~ /^[0-9A-Za-z_]+$/; +die 'invalid iface' unless $iface =~ /^[0-9A-Za-z_\-.\\\/ ]+$/;