nuttx-apps
nuttx-apps copied to clipboard
NETWORK WON'T STAY DOWN
Description: If you enable the NSH network monitor (CONFIG_NSH_NETINIT_MONITOR)
then the NSH 'ifdown' command is broken. Doing 'nsh> ifconfig eth0'
will, indeed, bring the network down. However, the network monitor
notices the change in the link status and will bring the network
back up. There needs to be some kind of interlock between
cmd_ifdown() and the network monitor thread to prevent this.
Status: Open
Priority: Low, this is just a nuisance in most cases.
@v01d maybe this should be migrated to apps?
If I understand correctly, this is a problem of the network monitor, not of the OS.
@v01d maybe this should be migrated to apps? If I understand correctly, this is a problem of the network monitor, not of the OS.
Thanks, migrated to apps