[ovs-dev] [PATCH] ovn-northd.8: Fix wrong description

Ben Pfaff blp at ovn.org
Thu Nov 2 18:21:05 UTC 2017


On Thu, Nov 02, 2017 at 10:46:58AM +0800, wei wrote:
> ---
>  ovn/northd/ovn-northd.8.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
> index e9799e18a..37284301b 100644
> --- a/ovn/northd/ovn-northd.8.xml
> +++ b/ovn/northd/ovn-northd.8.xml
> @@ -1422,7 +1422,7 @@ icmp4 {
>            <var>B</var>, a priority-100 flow matches <code>ip &amp;&amp;
>            ip4.dst == <var>B</var> &amp;&amp; inport == <var>GW</var></code>,
>            where <var>GW</var> is the logical router gateway port, with an
> -          action <code>ct_snat; next;</code>.
> +          action <code>ct_snat;</code>.
>          </p>
>  
>          <p>

Thanks for the patch!

Can you provide a Signed-off-by?


More information about the dev mailing list