diff mbox series

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

Message ID 1586200213-23265-1-git-send-email-u9012063@gmail.com
State Superseded
Headers show
Series [ovs-dev] ovs-vswitchd: Fix icmp reply timeout description. | expand

Commit Message

William Tu April 6, 2020, 7:10 p.m. UTC
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@gmail.com>
---
 vswitchd/vswitch.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Gregory Rose April 7, 2020, 5:41 p.m. UTC | #1
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@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@gmail.com>
diff mbox series

Patch

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>