|
1862 | 1862 | <li> |
1863 | 1863 | The names of interfaces implemented as Linux and BSD network |
1864 | 1864 | devices, including interfaces with type <code>internal</code>, |
1865 | | - <code>tap</code>, or <code>system</code>, are limited to 15 bytes. |
1866 | | - Windows limits these names to 255 bytes. |
| 1865 | + <code>tap</code>, or <code>system</code> plus the different types |
| 1866 | + of tunnel ports, are limited to 15 bytes. Windows limits these |
| 1867 | + names to 255 bytes. |
1867 | 1868 | </li> |
1868 | 1869 |
|
1869 | 1870 | <li> |
1870 | | - The names of tunnels and patch ports are not used in the underlying |
1871 | | - datapath, so operating system restrictions do not apply. Thus, |
1872 | | - they may have arbitrary length. |
| 1871 | + The names of patch ports are not used in the underlying datapath, |
| 1872 | + so operating system restrictions do not apply. Thus, they may have |
| 1873 | + arbitrary length. |
1873 | 1874 | </li> |
1874 | 1875 | </ul> |
1875 | 1876 |
|
|
2002 | 2003 |
|
2003 | 2004 | <dt><code>geneve</code></dt> |
2004 | 2005 | <dd> |
2005 | | - An Ethernet over Geneve (<code>http://tools.ietf.org/html/draft-ietf-nvo3-geneve-00</code>) |
| 2006 | + An Ethernet over Geneve (<code>http://tools.ietf.org/html/draft-ietf-nvo3-geneve</code>) |
2006 | 2007 | IPv4/IPv6 tunnel. |
2007 | 2008 |
|
2008 | 2009 | A description of how to match and set Geneve options can be found |
|
2028 | 2029 | RFC 7348. |
2029 | 2030 | </p> |
2030 | 2031 | <p> |
2031 | | - Open vSwitch uses UDP destination port 4789. The source port used for |
2032 | | - VXLAN traffic varies on a per-flow basis and is in the ephemeral port |
2033 | | - range. |
| 2032 | + Open vSwitch uses IANA-assigned UDP destination port 4789. The |
| 2033 | + source port used for VXLAN traffic varies on a per-flow basis |
| 2034 | + and is in the ephemeral port range. |
2034 | 2035 | </p> |
2035 | 2036 | </dd> |
2036 | 2037 |
|
|
2063 | 2064 | Since the STT protocol does not engage in the usual TCP 3-way handshake, |
2064 | 2065 | so it will have difficulty traversing stateful firewalls. |
2065 | 2066 | The protocol is documented at |
2066 | | - http://www.ietf.org/archive/id/draft-davie-stt-06.txt |
| 2067 | + https://tools.ietf.org/html/draft-davie-stt |
2067 | 2068 |
|
2068 | | - All traffic uses a default destination port of 7471. STT is only |
2069 | | - available in kernel datapath on kernel 3.5 or newer. |
| 2069 | + All traffic uses a default destination port of 7471. |
2070 | 2070 | </dd> |
2071 | 2071 |
|
2072 | 2072 | <dt><code>patch</code></dt> |
|
0 commit comments