MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / populateMtrSources

Function populateMtrSources

web/scripts/ragnar_modern.js:1346–1366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1344 _icmpFillIfaces();
1345 _ospfFillIfaces();
1346 _stpFillIfaces();
1347 _smbFillIfaces();
1348 _relayFillIfaces();
1349 _dtpFillIfaces();
1350 _cdpFillIfaces();
1351 _vtpFillIfaces();
1352 _eigrpFillIfaces();
1353 _isisFillIfaces();
1354 _fhrpFillIfaces();
1355 _bgpFillIfaces();
1356 dhcpSnoopStatus();
1357 } else if (name === 'interfaces') {
1358 loadNetworkIdentity();
1359 loadInterfaces();
1360 } else if (name === 'wifi') {
1361 wifiInit();
1362 } else if (name === 'diagnostics') {
1363 populateMtrSources();
1364 syncNetDiagDisplayFromServer();
1365 syncNetIntegrityFromServer();
1366 syncWatchtowerFromServer();
1367 _macWatchFillIfaces();
1368 _ntpFillIfaces();
1369 _snmpFillIfaces();

Callers 1

showNetworkSubtabFunction · 0.85

Calls 2

addMethod · 0.80
fetchAPIFunction · 0.70

Tested by

no test coverage detected