Skip to content
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

Support ipv6 route in vnet #1160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liron-ze
Copy link
Contributor

What I did
Support ipv6 route in vnet.
Why I did it
https://github.com/Azure/sonic-swss/issues/1016
How I verified it
tests
Details if related

@@ -61,7 +61,7 @@ extern std::vector<VR_TYPE> vr_cntxt;
class VNetRequest : public Request
{
public:
VNetRequest() : Request(vnet_request_description, ':') { }
VNetRequest() : Request(vnet_request_description, '|') { }
Copy link
Collaborator

Choose a reason for hiding this comment

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

@liron-ze ,|is used as a delimiter in config_db. Can you keep the same : and try fixing this in Request class?

EdenGri pushed a commit to EdenGri/sonic-swss that referenced this pull request Feb 28, 2022
…onic-net#1161)

Add instructions for setting up an environment to build the sonic-utilities package and run unit tests

Resolves sonic-net#1160
oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-swss that referenced this pull request Mar 1, 2023
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.

None yet

2 participants