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 <[email protected]> --- 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 <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
