Searched refs:VXLAN_TUNL_DEV1 (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_tunnel.c | 89 #define VXLAN_TUNL_DEV1 "vxlan11" macro 122 SYS_NOFAIL("ip link del %s", VXLAN_TUNL_DEV1); in cleanup() 142 VXLAN_TUNL_DEV1); in add_vxlan_tunnel() 143 SYS(fail, "ip link set dev %s address %s up", VXLAN_TUNL_DEV1, MAC_TUNL_DEV1); in add_vxlan_tunnel() 144 SYS(fail, "ip addr add dev %s %s/24", VXLAN_TUNL_DEV1, IP4_ADDR_TUNL_DEV1); in add_vxlan_tunnel() 146 IP4_ADDR_TUNL_DEV0, MAC_TUNL_DEV0, VXLAN_TUNL_DEV1); in add_vxlan_tunnel() 157 SYS_NOFAIL("ip link delete dev %s", VXLAN_TUNL_DEV1); in delete_vxlan_tunnel() 422 ifindex = if_nametoindex(VXLAN_TUNL_DEV1); in test_vxlan_tunnel()
|