Lines Matching refs:bareudp

4 # Test various bareudp tunnel configurations.
6 # The bareudp module allows to tunnel network protocols like IP or MPLS over
8 # configurations of bareudp (using IPv4 or IPv6 as underlay and transporting
24 # * NS1 and NS2 are the intermediate namespaces. They use a bareudp device to
58 # | * Decapsulate bareudp packets (either IP or MPLS, over UDP) |
78 # | * Decapsulate bareudp packets (either IP or MPLS, over UDP) |
220 # The bareudp encapsulation isn't configured in setup_overlay_*(). That will be
232 # (used after bareudp decapsulation)
256 # (used after bareudp decapsulation)
272 # (used after bareudp decapsulation)
351 # Set up a bareudp overlay and run reachability tests over IPv4 and IPv6
355 # * $1: the packet type (protocol) to be handled by bareudp,
356 # * $2: a flag to activate or deactivate bareudp's "multiproto" mode.
394 # Create the bareudp devices in the intermediate namespaces
395 ip -netns "${NS1}" link add name bareudp_ns1 up type bareudp dstport 6635 ethertype "${ETHERTYPE}" "${MULTIPROTO}"
396 ip -netns "${NS2}" link add name bareudp_ns2 up type bareudp dstport 6635 ethertype "${ETHERTYPE}" "${MULTIPROTO}"
400 # Encapsulation instructions for bareudp over IPv4
413 # Encapsulation instructions for bareudp over IPv4
429 # Encapsulation instructions for bareudp over IPv4
443 # Cleanup bareudp encapsulation instructions, as they were specific to
450 # New encapsulation instructions for bareudp over IPv6
463 # New encapsulation instructions for bareudp over IPv6
476 # New encapsulation instructions for bareudp over IPv6
498 ip link help 2>&1 | grep -q bareudp
500 echo "Missing bareudp support in iproute2" >&2