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

Add client set container interface ip gateway #37

Merged
merged 3 commits into from
Jun 12, 2018
Merged

Conversation

chenyunchen
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jun 12, 2018

Codecov Report

Merging #37 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   86.81%   86.81%           
=======================================
  Files           7        7           
  Lines         182      182           
=======================================
  Hits          158      158           
  Misses         15       15           
  Partials        9        9

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 a8d81d7...41bd0a2. Read the comment docs.

client/main.go Outdated
@@ -82,8 +82,23 @@ func main() {
log.Fatalf("There is something wrong with connect bridge: %v", err)
}
if b.Success {
log.Printf("Connecting bridge is sussessful. The reason is %s.", b.Reason)
log.Printf("Connecting bridge is sussessful.")
} else {
log.Printf("Connecting bridge is not sussessful. The reason is %s.", b.Reason)
Copy link
Contributor

Choose a reason for hiding this comment

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

should break here

log.Fatalf("Connecting bridge is not sussessful. The reason is %s.", b.Reason)

client/main.go Outdated
} else {
log.Printf("Connecting bridge is not sussessful. The reason is %s.", b.Reason)
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Please rebase and call this function if and only if setIP is true

@hwchiu hwchiu merged commit 8fb13ae into master Jun 12, 2018
@hwchiu hwchiu deleted the alex/ClientSetIP branch June 12, 2018 10:21
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