mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9 lines
231 B
Go
9 lines
231 B
Go
|
package network
|
||
|
|
||
|
const (
|
||
|
// HostGatewayName is the string value that can be passed
|
||
|
// to the IPAddr section in --add-host that is replaced by
|
||
|
// the value of HostGatewayIP daemon config value
|
||
|
HostGatewayName = "host-gateway"
|
||
|
)
|