## Is your feature request related to a problem? - [x] Yes ### **Problem Description**: The function [get_veth_channels()](https://github.com/CortexFlow/CortexBrain/blob/feature/ebpf-core/core/src/components/identity/src/helpers.rs) only triggers at startup and returns the existing Ethernet interfaces ### **Solution**: Add a scheduled Ethernet interface scan triggered by the creation or deletion of an interface during system execution. ---