diff mbox series

[ovs-dev,v7,2/5] ovn-sb: Remove redundant "nat-addresses" information from Port_Binding.

Message ID 20210505153811.2138036-3-mmichels@redhat.com
State Changes Requested
Headers show
Series ARP and Floating IP Fixes | expand

Commit Message

Mark Michelson May 5, 2021, 3:38 p.m. UTC
Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 ovn-sb.xml | 10 ----------
 1 file changed, 10 deletions(-)
diff mbox series

Patch

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