-
Notifications
You must be signed in to change notification settings - Fork 260
Fix for CNM issue #375
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
Fix for CNM issue #375
Conversation
Codecov Report
@@ Coverage Diff @@
## master #375 +/- ##
==========================================
+ Coverage 40.01% 40.93% +0.91%
==========================================
Files 25 25
Lines 3546 3518 -28
==========================================
+ Hits 1419 1440 +21
+ Misses 1927 1870 -57
- Partials 200 208 +8
Continue to review full report at Codecov.
|
ninzavivek
left a comment
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 line describing the change.
this is just initializing field with right value..i reverted back to old change |
| ep = &endpoint{ | ||
| Id: epInfo.Id, | ||
| IfName: epInfo.IfName, | ||
| IfName: contIfName, // container veth pair name. In cnm, we won't rename this and docker expects veth name. |
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.
nit: as
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #This PR will fix issue referred in #356, #280
Special notes for your reviewer:
Release note: