Lines Matching refs:ipv6
82 ${ipv6}
295 if [ ! -z ${ipv6} ]; then
297 lxc.network.ipv6 = $ipv6
302 lxc.network.ipv6.gateway = $gw6
362 [-4|--ipv4=<ipv4 address>] [-6|--ipv6=<ipv6 address>]
374 -6,--ipv6 specify the ipv6 address to assign to the virtualized interface, eg. 2003:db8:1:0:214:1234:fe0b:3596/64
386 options=$(getopt -o hp:n:P:cR:4:6:g:d: -l help,rootfs:,path:,name:,profile:,clean,release:,ipv4:,ipv6:,gw:,dns: -- "$@")
404 -6|--ipv6) ipv6=$2; shift 2;;
440 if [ -z "$ipv4" -a -z "$ipv6" ]; then