From: Jesse Gross Date: Wed, 13 Mar 2013 15:35:15 +0000 (-0700) Subject: tunnel: Remove references to multicast tunnels in schema documentation. X-Git-Tag: sliver-openvswitch-1.10.90-1~10^2~70 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=6802c96db8e73d0319c2634f069404edceff7d54 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 --- diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 85d4edbb9..2af04bd1d 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1291,22 +1291,12 @@

-

- Required. The tunnel endpoint. Unicast and multicast endpoints are - both supported. -

- -

- 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. -

+ Required. The tunnel endpoint. Only unicast endpoints are supported.
Optional. The destination IP that received packets must match. - Default is to match all addresses. Must be omitted when is a multicast address. + Default is to match all addresses.