another check for macsuck_bleed (J. Leonhardt)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* fixed use of password instead of pass for Dancer::Plugin::DBIC
|
* fixed use of password instead of pass for Dancer::Plugin::DBIC
|
||||||
|
* another check for macsuck_bleed (J. Leonhardt)
|
||||||
|
|
||||||
2.027002 - 2014-05-04
|
2.027002 - 2014-05-04
|
||||||
|
|
||||||
|
|||||||
@@ -367,7 +367,7 @@ sub _walk_fwtable {
|
|||||||
$device->ip, $mac, $port, $remote;
|
$device->ip, $mac, $port, $remote;
|
||||||
# continue!!
|
# continue!!
|
||||||
}
|
}
|
||||||
else {
|
elsif (not setting('macsuck_bleed')) {
|
||||||
debug sprintf
|
debug sprintf
|
||||||
' [%s] macsuck %s - port %s is detected uplink - skipping.',
|
' [%s] macsuck %s - port %s is detected uplink - skipping.',
|
||||||
$device->ip, $mac, $port;
|
$device->ip, $mac, $port;
|
||||||
|
|||||||
Reference in New Issue
Block a user