-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
IP interface loopback action HLD #1006
IP interface loopback action HLD #1006
Conversation
## 3.2 System tests | ||
Add the following test in sonic-mgmt. | ||
1. Create IP interface Ethernet. | ||
2. Loopback action not configured, send traffic, verify lopbacked packets are forwarded (SAI default). |
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.
loopback -> typo. Please fix other places as well
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.
Fixed in all places.
|
||
5. The configured loopback action can be viewed by show command in CLI. | ||
6. When SONiC configuration of loopback action is missing the system will behave as it is today, based on SAI behavioural model, forward the loopbacked packets. | ||
|
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.
Please add a section to specify - no change to kernel
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.
Added.
@prsunny - can you please mark this HLD as approved ? |
Please also update the sonic-mgmt PR in description when ready |
Done. |
This HLD document is describing IP interface loopback action feature.
Related PRs: