Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: network.go

Issue 103780043: lxc: use testing.IsolationSuite
Patch Set: lxc: use testing.IsolationSuite Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « golxc_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: network.go
=== modified file 'network.go'
--- network.go 2013-06-14 00:29:08 +0000
+++ network.go 2014-06-02 13:19:29 +0000
@@ -53,7 +53,7 @@
return status == "running", nil
}
-// NetworkAttributes returns the lxc network attributes:
+// NetworkAttributes returns the lxc network attributes:
// starting IP address and bridge name.
func NetworkAttributes() (addr, bridge string, err error) {
config, err := ReadConf()
« no previous file with comments | « golxc_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b