diff options
| -rw-r--r-- | FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm index bd016a123..6b89090f8 100644 --- a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm +++ b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm @@ -178,6 +178,7 @@ sub add_interface {    $interface =~ s(\/)(_)g; #slashes become underscores    $interface =~ s(\.)(_)g; #periods too, huh +  $interface =~ s(\-)(_)g; #yup, and dashes    #should just use a proper XML parser huh  | 
