Searched refs:VXLAN_TUNL_DEV1 (Results 1 – 1 of 1) sorted by relevance
88 #define VXLAN_TUNL_DEV1 "vxlan11" macro128 SYS_NOFAIL("ip link del %s 2> /dev/null", VXLAN_TUNL_DEV1); in cleanup()148 VXLAN_TUNL_DEV1); in add_vxlan_tunnel()149 SYS("ip link set dev %s address %s up", VXLAN_TUNL_DEV1, MAC_TUNL_DEV1); in add_vxlan_tunnel()150 SYS("ip addr add dev %s %s/24", VXLAN_TUNL_DEV1, IP4_ADDR_TUNL_DEV1); in add_vxlan_tunnel()152 IP4_ADDR_TUNL_DEV0, MAC_TUNL_DEV0, VXLAN_TUNL_DEV1); in add_vxlan_tunnel()163 SYS_NOFAIL("ip link delete dev %s", VXLAN_TUNL_DEV1); in delete_vxlan_tunnel()269 ifindex = if_nametoindex(VXLAN_TUNL_DEV1); in test_vxlan_tunnel()