Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
| ... | ... |
@@ -2,11 +2,13 @@ package network |
| 2 | 2 |
|
| 3 | 3 |
import "github.com/docker/docker/pkg/nat" |
| 4 | 4 |
|
| 5 |
+// Address represents an IP address |
|
| 5 | 6 |
type Address struct {
|
| 6 | 7 |
Addr string |
| 7 | 8 |
PrefixLen int |
| 8 | 9 |
} |
| 9 | 10 |
|
| 11 |
+// Settings stores configuration details about the daemon network config |
|
| 10 | 12 |
type Settings struct {
|
| 11 | 13 |
Bridge string |
| 12 | 14 |
EndpointID string |