On Wed, Apr 14, 2021 at 4:54 PM Mark Michelson <[email protected]> wrote: > > Signed-off-by: Mark Michelson <[email protected]>
Acked-by: Numan Siddique <[email protected]> Numan > --- > ovn-sb.xml | 10 ---------- > 1 file changed, 10 deletions(-) > > diff --git a/ovn-sb.xml b/ovn-sb.xml > index 258a12b4e..b853a5031 100644 > --- a/ovn-sb.xml > +++ b/ovn-sb.xml > @@ -3015,16 +3015,6 @@ tcp.flags = RST; > The <code>chassis</code> in which the port resides. > </column> > > - <column name="options" key="nat-addresses"> > - MAC address of the <code>l3gateway</code> port followed by a list of > - SNAT and DNAT external IP addresses. This is used to send gratuitous > - ARPs for SNAT and DNAT external IP addresses via > <code>localnet</code>. > - Example: <code>80:fa:5b:06:72:b7 158.36.44.22 158.36.44.24</code>. > - This would result in generation of gratuitous ARPs for IP addresses > - 158.36.44.22 and 158.36.44.24 with a MAC address of > 80:fa:5b:06:72:b7. > - This is used in OVS versions prior to 2.8. > - </column> > - > <column name="nat_addresses"> > MAC address of the <code>l3gateway</code> port followed by a list of > SNAT and DNAT external IP addresses. This is used to send gratuitous > -- > 2.29.2 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
