On Fri, Sep 27, 2019 at 11:51 AM Han Zhou <[email protected]> wrote: > > > On Tue, Sep 24, 2019 at 1:39 PM <[email protected]> wrote: > > diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml > > index 6115e84b5..c98db48d2 100644 > > --- a/ovn-architecture.7.xml > > +++ b/ovn-architecture.7.xml > > @@ -970,6 +970,24 @@ > > this temporary use.) > > </p> > > </dd> > > + > > + <dt><code><var>R</var> = lookup_arp(<var>P</var>, <var>A</var>, > <var>M</var>);</code></dt> > > + <dt><code><var>R</var> = lookup_nd(<var>P</var>, <var>A</var>, > <var>M</var>);</code></dt> > > + <dd> > > + <p> > > + Implemented by storing arguments into OpenFlow fields, then > > + resubmitting to table 67, which <code>ovn-controller</code> > > + populates with flows generated from the > <code>MAC_Binding</code> > > + table in the OVN Southbound database. If there is a match > in table > > + 66, then its actions set the logical flow flag > <code>MLF_LOOKUP_MAC</code>. > > A typo here: s/66/67 > > Otherwise looks good to me. > > Acked-by: Han Zhou <[email protected]> >
Thanks for the review. I fixed by the typo and applied this patch to master. Numan _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
