vtep: Add IP address configuration for bfd.
authorBruce Davie <bsd@nicira.com>
Wed, 2 Apr 2014 16:11:48 +0000 (09:11 -0700)
committerAlex Wang <alexw@nicira.com>
Wed, 2 Apr 2014 16:14:22 +0000 (09:14 -0700)
The OVS implementation of BFD allows configuration of the source and
destination IP addresses of BFD packets. This patch adds the same
configuration option to the VTEP schema.

Signed-off-by: Bruce Davie <bsd@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
vtep/vtep.xml

index 39cbba1..8ae6af7 100644 (file)
           expected as destination for received BFD packets.  The default is
           <code>00:23:20:00:00:01</code>.
         </column>
+
+       <column name="bfd" key="bfd_src_ip">
+          Set to an IPv4 address to set the IP address used as source for
+          transmitted BFD packets.  The default is <code>169.254.1.0</code>.
+       </column>
+
+       <column name="bfd" key="bfd_dst_ip">
+          Set to an IPv4 address to set the IP address used as destination
+          for transmitted BFD packets.  The default is <code>169.254.1.1</code>.
+       </column>
       </group>
 
       <group title="BFD Status">