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