aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2013-03-13 08:35:15 -0700
committerJesse Gross <jesse@nicira.com>2013-03-13 08:56:22 -0700
commit2960f18c400407ff73ebccc23e90ddf0d381fe59 (patch)
tree8542c4ed4152fde4aaba7d7a79ac9391c1e43f9d /vswitchd
parent0e8b7cb8a89f61e944a577469f7917191ba081c0 (diff)
tunnel: Remove references to multicast tunnels in schema documentation.
The vestigal multicast support in tunnels has been removed at this point, so this deletes the remaining references in the documentation. Reported-by: Guangvy <1965837689@qq.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index bfdb28fb..706bb240 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -1300,22 +1300,12 @@
</p>
<column name="options" key="remote_ip">
- <p>
- Required. The tunnel endpoint. Unicast and multicast endpoints are
- both supported.
- </p>
-
- <p>
- When a multicast endpoint is specified, a routing table lookup occurs
- only when the tunnel is created. Following a routing change, delete
- and then re-create the tunnel to force a new routing table lookup.
- </p>
+ Required. The tunnel endpoint. Only unicast endpoints are supported.
</column>
<column name="options" key="local_ip">
Optional. The destination IP that received packets must match.
- Default is to match all addresses. Must be omitted when <ref
- column="options" key="remote_ip"/> is a multicast address.
+ Default is to match all addresses.
</column>
<column name="options" key="in_key">