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

Function handleScanControlToggle

web/scripts/ragnar_modern.js:8718–8726  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

8716 _ndBusy(btn, false);
8717 }
8718}
8719async function fhrpTrustBaseline() {
8720 try {
8721 await postAPI('/api/net/fhrp-baseline', { action: 'reset' });
8722 addConsoleMessage('FHRP baseline reset — re-learning current groups, speakers & priorities', 'info');
8723 await runFhrpWatch();
8724 } catch (e) {
8725 addConsoleMessage('Failed to reset FHRP baseline: ' + e.message, 'error');
8726 }
8727}
8728
8729// ---- BGP Path Watch (passive) ----------------------------------------------

Callers

nothing calls this directly

Calls 1

updateInterfaceScanStateFunction · 0.70

Tested by

no test coverage detected