summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-29 02:50:27 +0000
committerlevinse <levinse>2011-01-29 02:50:27 +0000
commit6877b0f1447c211f1a992487eeaf9bda787c4b71 (patch)
treeccedb0a2bc7589064abeb86285842c03ac8b5836 /httemplate/misc
parent7a30043712c15f9db1604ea1c3acd7db203d14c2 (diff)
torrus, RT10574
Diffstat (limited to 'httemplate/misc')
-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 ab4cb178b..ef4b4eb46 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>