Lines Matching refs:ipv4
247 if [ ! -z ${ipv4} ]; then
249 lxc.network.ipv4 = $ipv4
254 lxc.network.ipv4.gateway = $gw
322 [-4|--ipv4=<ipv4 address>] [-6|--ipv6=<ipv6 address>]
333 -4,--ipv4 specify the ipv4 address to assign to the virtualized interface, eg. 192.168.1.123/24
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: -- "$@")
377 -4|--ipv4) ipv4=$2; shift 2;;
416 if [ -z "$ipv4" -a -z "$ipv6" ]; then