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/09/03 20:54:16 UTC

[GitHub] [incubator-nuttx-apps] a-lunev opened a new pull request #844: examples/ipforward: improved ipforward test to analyze the order of forwarded packets

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


   ## Summary
   This PR is to reproduce the issue explained in https://github.com/apache/incubator-nuttx/pull/4433
   
   ## Impact
   examples/ipforward
   
   ## Testing
   ```
   $ git clone https://github.com/apache/incubator-nuttx.git nuttx
   $ git clone https://github.com/apache/incubator-nuttx-apps apps
   $ cd nuttx
   $ ./tools/configure.sh -l sim:ipforward
   $ make
   $ ./nuttx
   NuttShell (NSH) NuttX-10.1.0
   nsh> ipfwd
   ```
   Created TUN device: tun0
   Created TUN device: tun1
   **Sending packet 1**: size=83
   IP Header:
     60000000002b06ff7c00000000000000 00000000000000627c00000000000000
     0000000000010147                                                 
   TCP Header:
     **1234**abcd000000000000000050000000 6b110000                        
   Payload:
     48692074686572652054554e20726563 65697665722100                  
     83 bytes sent
   **Sending packet 2**: size=83
   IP Header:
     60000000002b06ff7c00000000000000 00000000000000627c00000000000000
     0000000000010147                                                 
   TCP Header:
     **1235**abcd000000000000000050000000 6b100000                        
   Payload:
     48692074686572652054554e20726563 65697665722100                  
     83 bytes sent
   **Sending packet 3**: size=83
   IP Header:
     60000000002b06ff7c00000000000000 00000000000000627c00000000000000
     0000000000010147                                                 
   TCP Header:
     **1236**abcd000000000000000050000000 6b0f0000                        
   Payload:
     48692074686572652054554e20726563 65697665722100                  
     83 bytes sent
   **Received packet 1**: size=83
   IP Header:
     60000000002b06fe7c00000000000000 00000000000000627c00000000000000
     0000000000010147                                                 
   TCP Header:
     **1234**abcd000000000000000050000000 6b110000                        
   Payload:
     48692074686572652054554e20726563 65697665722100                  
   **Received packet 2**: size=83
   IP Header:
     60000000002b06fe7c00000000000000 00000000000000627c00000000000000
     0000000000010147                                                 
   TCP Header:
     **1235**abcd000000000000000050000000 6b100000                        
   Payload:
     48692074686572652054554e20726563 65697665722100                  
   **Received packet 3**: size=83
   IP Header:
     60000000002b06fe7c00000000000000 00000000000000627c00000000000000
     0000000000010147                                                 
   TCP Header:
     **1236**abcd000000000000000050000000 6b0f0000                        
   Payload:
     48692074686572652054554e20726563 65697665722100


-- 
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-apps] acassis commented on pull request #844: examples/ipforward: improved ipforward test to analyze the order of forwarded packets

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #844:
URL: https://github.com/apache/incubator-nuttx-apps/pull/844#issuecomment-912806917


   @a-lunev please change "examplex/ipforward/ipforward.c" to "examples/ipforward/ipforward.c" to make the CI happy


-- 
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-apps] a-lunev commented on pull request #844: examples/ipforward: improved ipforward test to analyze the order of forwarded packets

Posted by GitBox <gi...@apache.org>.
a-lunev commented on pull request #844:
URL: https://github.com/apache/incubator-nuttx-apps/pull/844#issuecomment-912811684


   Hi Alan,
   Yes, I've changed it. Thanks!


-- 
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-apps] xiaoxiang781216 merged pull request #844: examples/ipforward: improved ipforward test to analyze the order of forwarded packets

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


   


-- 
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-apps] a-lunev edited a comment on pull request #844: examples/ipforward: improved ipforward test to analyze the order of forwarded packets

Posted by GitBox <gi...@apache.org>.
a-lunev edited a comment on pull request #844:
URL: https://github.com/apache/incubator-nuttx-apps/pull/844#issuecomment-912811684


   Hi Alan,
   Yes, I've changed it (with "apps/" before as well). Thanks!


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