[ovs-dev] [PATCH] ovs-vswitchd: Fix icmp reply timeout description.

Gregory Rose gvrose8192 at gmail.com
Tue Apr 7 17:41:03 UTC 2020


On 4/6/2020 12:10 PM, William Tu wrote:
> The timeout value of icmp_reply is defined as timeout of the connection
> after an ICMP error is replied in response to an ICMP packet.  Currently
> this is not implemented.
> 
> Fixes: 61a5264d60d0c ("ovs-vswitchd: Add Datapath, CT_Zone, and CT_Zone_Policy tables.")
> Signed-off-by: William Tu <u9012063 at gmail.com>
> ---
>   vswitchd/vswitch.xml | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> index f9339af85edd..04d819946b92 100644
> --- a/vswitchd/vswitch.xml
> +++ b/vswitchd/vswitch.xml
> @@ -6138,8 +6138,7 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \
>   
>           <column name="timeouts" key="icmp_reply">
>             The timeout of the connection after an ICMP error is replied in
> -          response to an ICMP packet.  This timeout is only supported by
> -          the userspace datapath.
> +          response to an ICMP packet.  This timeout is not supported.
>           </column>
>         </group>
>       </group>
> 

Acked-by: Greg Rose <gvrose8192 at gmail.com>


More information about the dev mailing list