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/12/30 02:53:03 UTC

[GitHub] [incubator-nuttx] a-lunev opened a new pull request #5121: boards/sim: recovered eth0 interface in sim:tcpblaster configuration

a-lunev opened a new pull request #5121:
URL: https://github.com/apache/incubator-nuttx/pull/5121


   ## Summary
   
   eth0 interface disappeared for sim:tcpblaster configuration. This PR recovers it.
   This PR is related to #4716.
   
   ## Impact
   
   boards/sim/tcpblaster
   
   ## Testing
   
   ```
   $ ./tools/configure.sh -l sim:tcpblaster
   $ make
   $ ./nuttx
   
   NuttShell (NSH) NuttX-10.2.0
   nsh> ifconfig
   eth0	Link encap:Ethernet HWaddr 42:67:0d:8c:be:d7 at DOWN
   	inet addr:10.0.1.2 DRaddr:10.0.1.1 Mask:255.255.255.0
   	inet6 addr: fc00::2/112
   	inet6 DRaddr: fc00::1/112
   
   	RX: Received Fragment Errors  
   	    00000000 00000000 00000000
   	    IPv4     IPv6     ARP      Dropped 
   	    00000000 00000000 00000000 00000000
   	TX: Queued   Sent     Errors   Timeouts
   	    00000000 00000000 00000000 00000000
   	Total Errors: 00000000
   
   lo	Link encap:Local Loopback at RUNNING
   	inet addr:127.0.0.1 DRaddr:127.0.0.1 Mask:255.0.0.0
   	inet6 addr: ::1/128
   	inet6 DRaddr: ::1/128
   
   	RX: Received Fragment Errors  
   	    00000000 00000000 00000000
   	    IPv4     IPv6     ARP      Dropped 
   	    00000000 00000000 00000000 00000000
   	TX: Queued   Sent     Errors   Timeouts
   	    00000000 00000000 00000000 00000000
   	Total Errors: 00000000
   
                IPv4  IPv6   TCP   UDP  ICMP  ICMPv6
   Received     0000  0000  0000  0000  0000  0000
   Dropped      0000  0000  0000  0000  0000  0000
     IPv4        VHL: 0000   Frg: 0000
     IPv6        VHL: 0000
     Checksum   0000  ----  0000  0000  ----  ----
     TCP         ACK: 0000   SYN: 0000
                 RST: 0000  0000
     Type       0000  0000  ----  ----  0000  0000
   Sent         0000  0000  0000  0000  0000  0000
     Rexmit     ----  ----  0000  ----  ----  ----
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5121: boards/sim: recovered eth0 interface in sim:tcpblaster configuration

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5121:
URL: https://github.com/apache/incubator-nuttx/pull/5121


   


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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