You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/23 12:23:21 UTC

[GitHub] [incubator-nuttx-apps] v01d opened a new issue #693: NETWORK WON'T STAY DOWN

v01d opened a new issue #693:
URL: https://github.com/apache/incubator-nuttx-apps/issues/693


   ```
     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.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] v01d commented on issue #693: NETWORK WON'T STAY DOWN

Posted by GitBox <gi...@apache.org>.
v01d commented on issue #693:
URL: https://github.com/apache/incubator-nuttx-apps/issues/693#issuecomment-825621141


   > @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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org