Lines Matching refs:ipv6
297 sysctl -wq net.ipv6.ioam6_id=${ALPHA[0]} &>/dev/null
299 sysctl -wq net.ipv6.ioam6_id_wide=${ALPHA[1]} &>/dev/null
301 sysctl -wq net.ipv6.conf.veth0.ioam6_id=${ALPHA[4]} &>/dev/null
303 sysctl -wq net.ipv6.conf.veth0.ioam6_id_wide=${ALPHA[5]} &>/dev/null
313 sysctl -wq net.ipv6.conf.all.forwarding=1 &>/dev/null
315 sysctl -wq net.ipv6.ioam6_id=${BETA[0]} &>/dev/null
317 sysctl -wq net.ipv6.ioam6_id_wide=${BETA[1]} &>/dev/null
319 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=1 &>/dev/null
321 sysctl -wq net.ipv6.conf.veth0.ioam6_id=${BETA[2]} &>/dev/null
323 sysctl -wq net.ipv6.conf.veth0.ioam6_id_wide=${BETA[3]} &>/dev/null
325 sysctl -wq net.ipv6.conf.veth1.ioam6_id=${BETA[4]} &>/dev/null
327 sysctl -wq net.ipv6.conf.veth1.ioam6_id_wide=${BETA[5]} &>/dev/null
437 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=0 &>/dev/null
462 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=1 &>/dev/null
535 # Make sure the sysctl "net.ipv6.ioam6_id" works as expected. #
537 local desc="Sysctl net.ipv6.ioam6_id"
542 sysctl net.ipv6.ioam6_id 2>/dev/null | grep -wq ${ALPHA[0]}
550 # Make sure the sysctl "net.ipv6.ioam6_id_wide" works as expected. #
552 local desc="Sysctl net.ipv6.ioam6_id_wide"
557 sysctl net.ipv6.ioam6_id_wide 2>/dev/null | grep -wq ${ALPHA[1]}
565 # Make sure the sysctl "net.ipv6.conf.XX.ioam6_id" works as expected. #
567 local desc="Sysctl net.ipv6.conf.XX.ioam6_id"
572 sysctl net.ipv6.conf.veth0.ioam6_id 2>/dev/null | grep -wq ${ALPHA[4]}
580 # Make sure the sysctl "net.ipv6.conf.XX.ioam6_id_wide" works as expected. #
582 local desc="Sysctl net.ipv6.conf.XX.ioam6_id_wide"
587 sysctl net.ipv6.conf.veth0.ioam6_id_wide 2>/dev/null | grep -wq ${ALPHA[5]}
595 # Make sure the sysctl "net.ipv6.conf.XX.ioam6_enabled" works as expected. #
597 local desc="Sysctl net.ipv6.conf.XX.ioam6_enabled"
602 sysctl net.ipv6.conf.veth0.ioam6_enabled 2>/dev/null | grep -wq 1
1419 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=0 &>/dev/null
1437 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=1 &>/dev/null