docs: clarify ARP flux sysctl limitations with host networking

This commit is contained in:
Meatloaf-bot
2026-03-09 19:27:40 -04:00
parent a60ec9ed3a
commit 93fc126da2
3 changed files with 32 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ if [ "$failed" -eq 1 ]; then
net.ipv4.conf.all.arp_ignore=1
net.ipv4.conf.all.arp_announce=2
Note: If using 'network_mode: host', you cannot set these via docker-compose
sysctls. You must configure them directly on your host operating system instead.
Detection accuracy may be reduced until configured.
See: https://docs.netalertx.com/docker-troubleshooting/arp-flux-sysctls/