mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@449 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ while($interface = mysql_fetch_array($query)) {
|
||||
|
||||
if($_POST['address']) {
|
||||
list($addy, $mask) = explode("/", $_POST['address']);
|
||||
if(!$mask) { $mask = "/32"; }
|
||||
if(!$mask) { $mask = "32"; }
|
||||
if (!match_network($addy . "/" . $mask, $interface['ipv4_address'] )) { $ignore = 1; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user