Lines Matching refs:ipv6
257 if [ ! -z ${ipv6} ]; then
259 lxc.network.ipv6 = $ipv6
264 lxc.network.ipv6.gateway = $gw6
322 [-4|--ipv4=<ipv4 address>] [-6|--ipv6=<ipv6 address>]
334 -6,--ipv6 specify the ipv6 address to assign to the virtualized interface, eg. 2003:db8:1:0:214:1234:fe0b:3596/64
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: -- "$@")
378 -6|--ipv6) ipv6=$2; shift 2;;
416 if [ -z "$ipv4" -a -z "$ipv6" ]; then