We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515201e commit c2f63d7Copy full SHA for c2f63d7
includes/polling/cisco-cef.inc.php
@@ -7,6 +7,7 @@
7
$polled = time();
8
9
$cefs_query = dbFetchRows('SELECT * FROM `cef_switching` WHERE `device_id` = ?', [$device['device_id']]);
10
+ $cefs_db = [];
11
foreach ($cefs_query as $ceftmp) {
12
$cef_id = $device['device_id'] . '-' . $ceftmp['entPhysicalIndex'] . '-' . $ceftmp['afi'] . '-' . $ceftmp['cef_index'];
13
$cefs_db[$cef_id] = $ceftmp['cef_switching_id'];
0 commit comments