On 05/04/2021 16:53, Alexey Roytman wrote: > From: Alexey Roytman <[email protected]> > > The actual number of the "Destination unknown" table, is 24 and is not 23 > as mentioned. > > Signed-off-by: Alexey Roytman <[email protected]> > --- > 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 <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
