nuttx-apps icon indicating copy to clipboard operation
nuttx-apps copied to clipboard

NETWORK WON'T STAY DOWN

Open protobits opened this issue 4 years ago • 2 comments

  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.

protobits avatar Apr 05 '21 17:04 protobits

@v01d maybe this should be migrated to apps?
If I understand correctly, this is a problem of the network monitor, not of the OS.

fjpanag avatar Apr 23 '21 08:04 fjpanag

@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

protobits avatar Apr 23 '21 12:04 protobits