Skip to content

Conversation

@AniruddhaKanhere
Copy link
Member

Description

This change was required since the functioning has changed as compared to the IPv4 code base. There is a new concept of Interfaces and Endpoints which needs to be addressed in the proofs dealing with them.
This should technically be considered as the proofs being added rather than the proofs being changed since this is a new library (although based on IPv4 code base).

Test Steps

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@AniruddhaKanhere AniruddhaKanhere requested a review from a team as a code owner January 26, 2021 02:12

BaseType_t xExpectedMessageType;
NetworkEndPoint_t xEndPoint;
NetworkEndPoint_t * pxEndPoint = &xEndPoint;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure this must be nonnull?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it must be Non-NULL. I added some comments to make that clear to the reader.

@AniruddhaKanhere AniruddhaKanhere merged commit c28847d into FreeRTOS:labs/ipv6_multi Jan 26, 2021
@AniruddhaKanhere AniruddhaKanhere deleted the ProcessDHCPReplies branch February 11, 2021 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants