From 59a0ef1dc329e7700e52f0e60b97b2822e28b2f5 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Tue, 7 Jun 2016 13:53:44 -0700 Subject: [PATCH] tunnels: Update schema documentation related to tunnels. As both OVS and tunnel protocols themselves have evolved, some changes have caused the documentation to drift from current reality. Signed-off-by: Jesse Gross Acked-by: Ben Pfaff --- vswitchd/vswitch.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 0958fe436..5cf1ee1f8 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1862,14 +1862,15 @@
  • The names of interfaces implemented as Linux and BSD network devices, including interfaces with type internal, - tap, or system, are limited to 15 bytes. - Windows limits these names to 255 bytes. + tap, or system plus the different types + of tunnel ports, are limited to 15 bytes. Windows limits these + names to 255 bytes.
  • - The names of tunnels and patch ports are not used in the underlying - datapath, so operating system restrictions do not apply. Thus, - they may have arbitrary length. + The names of patch ports are not used in the underlying datapath, + so operating system restrictions do not apply. Thus, they may have + arbitrary length.
  • @@ -2002,7 +2003,7 @@
    geneve
    - An Ethernet over Geneve (http://tools.ietf.org/html/draft-ietf-nvo3-geneve-00) + An Ethernet over Geneve (http://tools.ietf.org/html/draft-ietf-nvo3-geneve) IPv4/IPv6 tunnel. A description of how to match and set Geneve options can be found @@ -2028,9 +2029,9 @@ RFC 7348.

    - Open vSwitch uses UDP destination port 4789. The source port used for - VXLAN traffic varies on a per-flow basis and is in the ephemeral port - range. + Open vSwitch uses IANA-assigned UDP destination port 4789. The + source port used for VXLAN traffic varies on a per-flow basis + and is in the ephemeral port range.

    @@ -2063,10 +2064,9 @@ Since the STT protocol does not engage in the usual TCP 3-way handshake, so it will have difficulty traversing stateful firewalls. The protocol is documented at - http://www.ietf.org/archive/id/draft-davie-stt-06.txt + https://tools.ietf.org/html/draft-davie-stt - All traffic uses a default destination port of 7471. STT is only - available in kernel datapath on kernel 3.5 or newer. + All traffic uses a default destination port of 7471.
    patch
    -- 2.39.5