Home
last modified time | relevance | path

Searched refs:VXLAN_TUNL_DEV1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c88 #define VXLAN_TUNL_DEV1 "vxlan11" macro
116 SYS_NOFAIL("ip link del %s 2> /dev/null", VXLAN_TUNL_DEV1); in cleanup()
136 VXLAN_TUNL_DEV1); in add_vxlan_tunnel()
137 SYS(fail, "ip link set dev %s address %s up", VXLAN_TUNL_DEV1, MAC_TUNL_DEV1); in add_vxlan_tunnel()
138 SYS(fail, "ip addr add dev %s %s/24", VXLAN_TUNL_DEV1, IP4_ADDR_TUNL_DEV1); in add_vxlan_tunnel()
140 IP4_ADDR_TUNL_DEV0, MAC_TUNL_DEV0, VXLAN_TUNL_DEV1); in add_vxlan_tunnel()
151 SYS_NOFAIL("ip link delete dev %s", VXLAN_TUNL_DEV1); in delete_vxlan_tunnel()
330 ifindex = if_nametoindex(VXLAN_TUNL_DEV1); in test_vxlan_tunnel()