Added Barracuda NG firewall OS detection

This commit is contained in:
Casey Schoonover
2016-04-28 15:08:48 -05:00
parent 940e98e41e
commit ddebe2d3e4
2 changed files with 2213 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+4
View File
@@ -17,4 +17,8 @@ if (!$os) {
if (stristr($sysDescr, 'Barracuda Spam Firewall')) {
$os = 'barracudaspamfirewall';
}
if (stristr($sysDescr, 'Barracuda Firewall')) {
$os = 'barracudangfirewall';
}
}