Lines Matching refs:gw
74 ${gw}
290 if [ ! -z ${gw} ]; then
292 lxc.network.ipv4.gateway = $gw
363 [-g|--gw=<gw address>] [-d|--dns=<dns address>]
375 -g,--gw specify the default gw, eg. 192.168.1.1
376 -G,--gw6 specify the default gw, eg. 2003:db8:1:0:214:1234:fe0b:3596
386 options=$(getopt -o hp:n:P:cR:4:6:g:d: -l help,rootfs:,path:,name:,profile:,clean,release:,ipv4:,ipv6:,gw:,dns: -- "$@")
405 -g|--gw) gw=$2; shift 2;;