Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dbareudp.rst17 The bareudp device supports special handling for MPLS & IP as they can have
29 a) ip link add dev bareudp0 type bareudp dstport 6635 ethertype mpls_uc
31 This creates a bareudp tunnel device which tunnels L3 traffic with ethertype
39 The multiproto mode allows bareudp tunnels to handle several protocols of the
43 a) ip link add dev bareudp0 type bareudp dstport 6635 ethertype ipv4 multiproto
48 b) ip link add dev bareudp0 type bareudp dstport 6635 ethertype mpls_uc multiproto
55 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
/linux/tools/testing/selftests/net/
H A Dbareudp.sh395 …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
H A DMakefile25 TEST_PROGS += bareudp.sh