blob: e7d97018fd5957bf48e5dc9cc3de7dd1d853523a [file] [log] [blame]
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"
)