github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/daemon/network/constants.go (about) 1 package network 2 3 const ( 4 // HostGatewayName is the string value that can be passed 5 // to the IPAddr section in --add-host that is replaced by 6 // the value of HostGatewayIP daemon config value 7 HostGatewayName = "host-gateway" 8 )