summaryrefslogtreecommitdiff
path: root/httemplate/misc/nms-add_iface.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-31 06:30:36 +0000
committerlevinse <levinse>2011-01-31 06:30:36 +0000
commitec681a87b33fe272276f367aea4da3ed4d689605 (patch)
tree238542a56494a3d9e8ef4d1e7766db77f06822bb /httemplate/misc/nms-add_iface.html
parentdf6a0d9c94240a8d10a9ab02161beab92e8577e4 (diff)
torrus various changes, RT10574
Diffstat (limited to 'httemplate/misc/nms-add_iface.html')
-rw-r--r--httemplate/misc/nms-add_iface.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/nms-add_iface.html b/httemplate/misc/nms-add_iface.html
index ef4b4eb46..1de0249ef 100644
--- a/httemplate/misc/nms-add_iface.html
+++ b/httemplate/misc/nms-add_iface.html
@@ -19,6 +19,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_\-.\\\/ ]+$/;
</%init>