I'm experiencing an issue with my module
I've configured the module to disable auto ip on all interfaces
appconf.h -> APP_ENABLE_AUTO_IP APP_ON_NO_INTERFACE
but the configuration seems to be ignored
the module is configured with static ip
IAM:AUTO-CONFIGURED IPv6 FE80::240:9DFF:FE7A:650A on eth0:3
IAM:STATIC IPv4 172.20.21.238 on eth0
Network IP configured.
but the module statrt printing this messages
IAM:AUTOIP IPv4 169.254.123.42 on eth0:0
IAM - AUTOIP IPv4 address 169.254.123.42 on interface eth0:0 is in conflict!
IAM - lost AUTOIP IPv4 address 169.254.123.42 on interface eth0:0
IAM:AUTOIP IPv4 169.254.35.37 on eth0:0
IAM - AUTOIP IPv4 address 169.254.35.37 on interface eth0:0 is in conflict!
IAM - lost AUTOIP IPv4 address 169.254.35.37 on interface eth0:0
IAM:AUTOIP IPv4 169.254.203.29 on eth0:0
IAM - AUTOIP IPv4 address 169.254.203.29 on interface eth0:0 is in conflict!
IAM - lost AUTOIP IPv4 address 169.254.203.29 on interface eth0:0
and so on ...
what's going on? ideas?