Lines Matching full:beta
16 # - Beta (the IOAM transit node)
19 # An IOAM domain is configured from Alpha to Beta, but not on the reverse path.
23 # to see IOAM data inserted by the very last node (Beta), which would happen
24 # _after_ we get a copy of the packet on Beta. Note that using an
25 # IPv6 raw socket with IPV6_RECVHOPOPTS on Beta would not be enough: we also
52 # | Beta netns |
84 # | Beta - IOAM configuration |
130 BETA=(
311 # - Beta: IOAM config -
315 sysctl -wq net.ipv6.ioam6_id=${BETA[0]} &>/dev/null
317 sysctl -wq net.ipv6.ioam6_id_wide=${BETA[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
1516 bit2size[22]=$(( $tmp + ${#BETA[9]} + ((4 - (${#BETA[9]} % 4)) % 4) ))
1625 tr_size=$(( ${#BETA[9]} + ((4 - (${#BETA[9]} % 4)) % 4) ))