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 <b...@nicira.com> --- vtep/vtep.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vtep/vtep.xml b/vtep/vtep.xml index 39cbba1..8ae6af7 100644 --- a/vtep/vtep.xml +++ b/vtep/vtep.xml @@ -842,6 +842,16 @@ 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"> -- 1.8.0.2 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev