-
Notifications
You must be signed in to change notification settings - Fork 543
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
Added VRF changes for IPv6 link local enhancements #1862
base: master
Are you sure you want to change the base?
Added VRF changes for IPv6 link local enhancements #1862
Conversation
Signed-off-by: Akhilesh Samineni <akhilesh.samineni@broadcom.com>
@prsunny Please rebuild this. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
…onic-net#1862) This PR fixes the logic to enable alias port usage with muxcable commands. With this PR the user would be able to use this command sudo config interface_naming_mode alias or export SONIC_CLI_IFACE_MODE=alias in the ~/.bashrc and be able to use the naming convention as defined. How I did it Made the changes in show/muxcable.py and config/muxcable.py basically parse the alias/default port if the mode is alias/default to name with no change in internal logic for commands. and display the output back with alias/default Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
@AkhileshSamineni , can you please rebase and also add some tests? |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/AzurePipelines run Azure.sonic-swss |
Commenter does not have sufficient privileges for PR 1862 in repo sonic-net/sonic-swss |
@prsunny Could you please review this PR? |
The VRF changes for IPv6 link local enhancements => Adding/Deleting IPv6 LL /10 and /128 routes for every VR.
These are missing changes from PR - #1463
Signed-off-by: Akhilesh Samineni akhilesh.samineni@broadcom.com