net: ppp_l2: add proto_type to incoming packets - #117401
Conversation
This adds the relevent ETH_TYPE flag to incoming ppp packets. Fixes zephyrproject-rtos#116350 Signed-off-by: Kevin Degnan <kdegnan@horizonsignal.com>
|
Hello @kjdtkd, and thank you very much for your first Pull Request (PR) to the Zephyr Project! All PRs must pass our Continuous Integration (CI) pipeline before merging. When the pipeline run for your PR completes, you are expected to investigate the results, fix any errors, and update your PR for a fresh round of review. Since this is your first contribution, a project community member must manually approve your CI run (this helps us avoid abuse of our CI system). A bot should assign some reviewers who can start the run for you soon. As a heads-up, you will probably have to update your PR to fix CI issues and address review feedback in order to get it ready for merge. Some key rules for updating your PR are:
Also, see:
If you are stuck or need help, you can join us on Discord and ask questions; many community members try to help new contributors there 😊. Try to pick a Discord channel that is associated with the technical details of your request. If you're not sure, use the #general channel. |
This adds the relevent ETH_TYPE flag to incoming ppp packets. Fixes #116350