Skip to content

Conversation

@tamilmani1989
Copy link
Member

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:

@codecov
Copy link

codecov bot commented Jul 16, 2019

Codecov Report

Merging #375 into master will increase coverage by 0.91%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
npm/pod.go 61.85% <0%> (-3.32%) ⬇️
npm/namespace.go 55.76% <0%> (-3%) ⬇️
npm/ipsm/ipsm.go 51.9% <0%> (-0.76%) ⬇️
npm/iptm/iptm.go 40.56% <0%> (-0.24%) ⬇️
telemetry/telemetry.go 23.88% <0%> (ø) ⬆️
log/stdapi.go 0% <0%> (ø) ⬆️
telemetry/cnstelemetry.go 0% <0%> (ø) ⬆️
npm/nwpolicy.go 43.75% <0%> (+1.1%) ⬆️
npm/npm.go 1.88% <0%> (+1.88%) ⬆️
log/logger.go 54.54% <0%> (+7.54%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b54688...a73adeb. Read the comment docs.

Copy link
Contributor

@ninzavivek ninzavivek left a 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.

saiyan86
saiyan86 previously approved these changes Jul 16, 2019
@tamilmani1989
Copy link
Member Author

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.
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: as

@tamilmani1989 tamilmani1989 merged commit 7e9525c into Azure:master Jul 16, 2019
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.

3 participants