Merge pull request #842 from chenchun/internal

Add network options to NetworkInfo to display internal network option
This commit is contained in:
aboch 2016-01-05 18:36:29 -08:00
commit 2400d9b992

View file

@ -62,6 +62,7 @@ type NetworkInfo interface {
IpamInfo() ([]*IpamInfo, []*IpamInfo)
DriverOptions() map[string]string
Scope() string
Internal() bool
}
// EndpointWalker is a client provided function which will be used to walk the Endpoints.