You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is this library spamming "ip neigh show" from getLinuxNetworkInterfaces() every 15 seconds?
First, network interfaces don't change that often.
Second, "ip neigh show" list information about other computers on the attached networks (i.e. somewhat sensitive data), not interfaces. If you want a list of interfaces, use "ip link" or "ip address".
Logs
Feb 27 13:37:41 DietClaw snoopy[217828]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:37:56 DietClaw snoopy[217838]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:38:11 DietClaw snoopy[217846]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:38:26 DietClaw snoopy[217854]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:38:41 DietClaw snoopy[217862]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:38:56 DietClaw snoopy[217871]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:39:11 DietClaw snoopy[217879]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:39:26 DietClaw snoopy[217887]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:39:41 DietClaw snoopy[217895]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:39:56 DietClaw snoopy[217903]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:40:11 DietClaw snoopy[217911]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:40:26 DietClaw snoopy[217919]: uid=0 tty=(none) cmdline=ip neigh show
Feb 27 13:40:41 DietClaw snoopy[217927]: uid=0 tty=(none) cmdline=ip neigh show
Configuration
n/a
Environment
OS: Linux DietClaw 6.12.63+deb13-amd64 Fix for additional records #1 SMP PREEMPT_DYNAMIC Debian 6.12.63-1 (2025-12-30) x86_64 GNU/Linux
Current Situation
Why is this library spamming "ip neigh show" from getLinuxNetworkInterfaces() every 15 seconds?
First, network interfaces don't change that often.
Second, "ip neigh show" list information about other computers on the attached networks (i.e. somewhat sensitive data), not interfaces. If you want a list of interfaces, use "ip link" or "ip address".
Logs
Configuration
n/aEnvironment
Process Supervisor
not applicable
Additional Context
No response