mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
bug - FDB table for GS1900-8 as well (#12244)
The 8 ports variant behaves the same as 24 and 48 ports.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* @author PipoCanaja <[email protected]>
|
||||
*/
|
||||
|
||||
if (in_array($device['hardware'], ['GS1900-48', 'GS1900-24'])) {
|
||||
if (in_array($device['hardware'], ['GS1900-48', 'GS1900-24', 'GS1900-8'])) {
|
||||
echo 'Zyxel GS1900 Q-BRIDGE:' . PHP_EOL;
|
||||
// These devices do not provide a proper Q-BRIDGE reply (there is a ".6." index between VLAN and MAC)
|
||||
// <vlanid>.6.<mac1>.<mac2>.<mac3>.<mac4>.<mac5>.<mac6>
|
||||
|
||||
Reference in New Issue
Block a user