[ovs-dev] [PATCH ovn] northd: Fix "Destination unknown" table number in man pages.

Mark Gray mark.d.gray at redhat.com
Thu Apr 8 09:54:22 UTC 2021


On 05/04/2021 16:53, Alexey Roytman wrote:
> From: Alexey Roytman <roytman at il.ibm.com>
> 
> The actual number of the "Destination unknown" table, is 24 and is not 23
> as mentioned.
> 
> Signed-off-by: Alexey Roytman <roytman at il.ibm.com>
> ---
>  northd/ovn-northd.8.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/northd/ovn-northd.8.xml b/northd/ovn-northd.8.xml
> index a62f5c057..e42a2249e 100644
> --- a/northd/ovn-northd.8.xml
> +++ b/northd/ovn-northd.8.xml
> @@ -1619,7 +1619,7 @@ output;
>        </li>
>      </ul>
>  
> -    <h3>Ingress Table 23 Destination unknown</h3>
> +    <h3>Ingress Table 24 Destination unknown</h3>
>  
>      <p>
>        This table handles the packets whose destination was not found or
> 

Quick look in the sandbox confirms this

$ ovn-sbctl lflow-list | grep table=24
  table=24(ls_in_l2_unknown   ), priority=50   , match=(outport ==
"none"), action=(drop;)
  table=24(ls_in_l2_unknown   ), priority=0    , match=(1), action=(output;)
  table=24(ls_in_l2_unknown   ), priority=50   , match=(outport ==
"none"), action=(drop;)
  table=24(ls_in_l2_unknown   ), priority=0    , match=(1), action=(output;)


Acked-by: Mark D. Gray <mark.d.gray at redhat.com>



More information about the dev mailing list