-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add README for IPv6 ND suppression. #3262
Conversation
Pull Request Test Coverage Report for Build 9941694594Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of nits and one question, but LGTM.
## Procedure | ||
* Connect DUT port-1 to OTG port-1 | ||
* Configure IPv6 address on DUT port-1 | ||
* Set IPv6 ND RA transmission interval on DUT port-1 to 5 seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems ok, but is there a purpose to setting this? Just to see if it exists and that suppress overrides it?
* Set IPv6 ND RA transmission interval on DUT port-1 to 5 seconds | ||
* Enable IPv6 ND RA suppression on DUT port-1 | ||
|
||
### TestCase-1: No periodical Router Advertisement are sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
### TestCase-1: No periodical Router Advertisement are sent | |
### RT-5.11.1: No periodical Router Advertisement are sent |
|
||
* Verify over period of 10 seconds that IPv6 ND RA **doesn't** arrives on OTG Port-1 ([rfc4861 section 6.2.1](https://datatracker.ietf.org/doc/html/rfc4861#section-6.2.1)) | ||
|
||
### TestCase-2: Router Advertisement response is sent to Router Solicitation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### TestCase-2: Router Advertisement response is sent to Router Solicitation | |
### RT-5.11.2: Router Advertisement response is sent to Router Solicitation |
* Add README for IPv6 ND suppression.
* Add README for IPv6 ND suppression.
No description provided.