Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
L1VH CNI first version #2465
L1VH CNI first version #2465
Changes from 37 commits
a50182b
0677f69
180715c
af02703
1e7c325
2ea66a2
6692b24
bfb63c9
aae1984
c005303
f3c5b91
36932fd
a27ecc4
d2e6624
62d0805
851592b
7d11d01
fe01226
017fe33
9e28b3b
12383d3
405e04b
1730fd2
8c5ed2f
b3dbb51
83cd2a5
631f350
89e40bb
25d91d0
234d36d
369d976
1ed892b
e0d0da2
188ec28
cf2707d
eb0f53c
bf20cb7
b328e06
8c1ab69
4d8a0d8
c8ccc07
b078d8d
49748c3
34b688a
fcc3538
1bb97ef
b3fe948
f90accd
88157f2
fded358
7ea8c68
50826f7
96b2363
0da0f39
94c3800
1fe4c7d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
L168 - add other nic types too for same case
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.
wont this affect AKS swift 2.0? it was using this before:
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.
it gets secondary interface info from HostSecondaryIPInfo
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.
why this is required?
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.
because we do need "hostSubnetPrefix" to find master interface if you check findMasterInterface()
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.
we should check based on macAddress instead?