HedongGao opened a new pull request, #3307:
URL: https://github.com/apache/nuttx-apps/pull/3307

   ## Summary
   
   Fix the issue of [3305](https://github.com/apache/nuttx-apps/issues/3305).
   
   ## Impact
   Support vlan pcp config.
   
   ## Testing
   
   Open the compilation options CONFIG_NET_VLAN and CONFIG_NSH_DISABLE_VCONFIG. 
Add the vlan interface with pcp config, ping from sim  to host, and check the 
pcp in packet.
   `vconfig add eth0 65 3` 
   
   Delete the vlan config, and add it agin with another pcp  and check it agin.
   `vconfig del eth0.65
   vconfig add eth0 65 6`
   
   
   


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