Lines Matching full:gamma
12 # tests use the entire three-node topology (alpha, beta, gamma). Each test is
15 # An IOAM domain is configured from Alpha to Gamma but not on the reverse path.
16 # When either Beta or Gamma is the destination (depending on the test category),
22 # | Alpha netns | | Gamma netns |
97 # | Gamma - IOAM configuration |
155 GAMMA=(
240 ip link del ioam-veth-gamma 2>/dev/null || true
244 ip netns del ioam-node-gamma || true
251 ip netns add ioam-node-gamma
256 peer name ioam-veth-gamma netns ioam-node-gamma
261 ip -netns ioam-node-gamma link set ioam-veth-gamma name veth0
276 ip -netns ioam-node-gamma addr add db02::2/64 dev veth0
277 ip -netns ioam-node-gamma link set veth0 up
278 ip -netns ioam-node-gamma link set lo up
279 ip -netns ioam-node-gamma route add db01::/64 via db02::1 dev veth0
302 ip netns exec ioam-node-gamma sysctl -wq net.ipv6.ioam6_id=${GAMMA[0]}
303 ip netns exec ioam-node-gamma sysctl -wq net.ipv6.ioam6_id_wide=${GAMMA[1]}
304 ip netns exec ioam-node-gamma sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=1
305 ip netns exec ioam-node-gamma sysctl -wq net.ipv6.conf.veth0.ioam6_id=${GAMMA[2]}
306 ip netns exec ioam-node-gamma sysctl -wq net.ipv6.conf.veth0.ioam6_id_wide=${GAMMA[3]}
307 ip -netns ioam-node-gamma ioam namespace add 123 data ${GAMMA[6]} wide ${GAMMA[7]}
633 run_test ${FUNCNAME[0]} "${desc}" ioam-node-alpha ioam-node-gamma db01::2 \