towerops/lib/towerops_web/channels
mayor 26e5d20510
fix: Add device_id to interfaces for neighbor discovery in agent polling
Fixes KeyError when processing neighbor discovery during agent polling.
NeighborDiscovery.discover_neighbors/2 requires interfaces to have a
:device_id field for building neighbor records, but interfaces from the
database only have :snmp_device_id.

Solution matches the approach in DevicePollerWorker which adds device_id
to interfaces before calling discover_neighbors.
2026-02-06 11:26:00 -06:00
..
agent_channel.ex fix: Add device_id to interfaces for neighbor discovery in agent polling 2026-02-06 11:26:00 -06:00
agent_socket.ex Add Dialyzer typespecs to WebSocket agent code and Agents context 2026-01-17 10:37:27 -06:00