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() |