masc2008 opened a new pull request, #19595:
URL: https://github.com/apache/nuttx/pull/19595

   ## Summary
   - let non-local IPv4 fragments reach the forwarding path before local 
reassembly
   - keep NAT44 and IP filter builds on the existing reassembly path because 
they can depend on L4 headers
   - preserve the original fragment offset and MF flag when fragout splits an 
already-fragmented packet for a smaller egress MTU
   
   ## Testing
   - tools/nxstyle net/devif/ipv4_input.c
   - tools/nxstyle net/ipforward/ipv4_forward.c
   - tools/nxstyle net/ipfrag/ipv4_frag.c
   - git diff --check
   - temporary sim:dynconns worktree: compiled the touched net objects with 
CONFIG_NET_NAT44=y before the full build stopped in external nuttx-apps/nshlib 
on O_RDOK
   - temporary sim:dynconns worktree with CONFIG_NET_NAT disabled: make -j1 
net/libnet.a


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to