Searched refs:bareudp (Results 1 – 3 of 3) sorted by relevance
17 The bareudp device supports special handling for MPLS & IP as they can have29 a) ip link add dev bareudp0 type bareudp dstport 6635 ethertype mpls_uc31 This creates a bareudp tunnel device which tunnels L3 traffic with ethertype39 The multiproto mode allows bareudp tunnels to handle several protocols of the43 a) ip link add dev bareudp0 type bareudp dstport 6635 ethertype ipv4 multiproto48 b) ip link add dev bareudp0 type bareudp dstport 6635 ethertype mpls_uc multiproto55 The bareudp device could be used along with OVS or flower filter in TC.57 sending the packet buffer to the bareudp device for transmission. On reception, the
395 …ip -netns "${NS1}" link add name bareudp_ns1 up type bareudp dstport 6635 ethertype "${ETHERTYPE}"…396 …ip -netns "${NS2}" link add name bareudp_ns2 up type bareudp dstport 6635 ethertype "${ETHERTYPE}"…498 ip link help 2>&1 | grep -q bareudp
25 TEST_PROGS += bareudp.sh