-
Notifications
You must be signed in to change notification settings - Fork 240
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
Remove l2bridge checker on windows and l2tunnel mode #3113
Conversation
18942f1
to
355c02a
Compare
355c02a
to
1393985
Compare
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.
could we add a unit test where we pass in some value to nwInfo (type: EndpointInfo) and then call configure endpoint, ensuring that the resulting hcn network type is always l2 bridge?
1393985
to
e838c65
Compare
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.
Confirmed with paul that l2tunnel is not used anywhere. azure-windows-multitenancy.conflist
is not modified as it could not be readily tested. Only time networking mode is not bridge in windows is if the nic type is a particular value. Linux side should be unaffected.
1d52281
to
07de10b
Compare
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
50c8b25
to
7555862
Compare
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
no objection to the CNS changes
* remove l2bridge checker and l2tunnel mode * fix l2bridge type * fix the comment to add an UT to ensure hcn network type is always l2bridge * go format to fix the linter issue
Reason for Change:
This PR is to simplify windows l2bridge mode and remove l2tunnel mode from the system.
Issue Fixed:
Requirements:
Notes: