From: Bruce Davie Date: Wed, 2 Apr 2014 16:11:48 +0000 (-0700) Subject: vtep: Add IP address configuration for bfd. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dbdcf9ec3cf1e4de1a7dfb5e8926ba84ed929e89;p=sliver-openvswitch.git vtep: Add IP address configuration for bfd. 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 Acked-by: Alex Wang --- diff --git a/vtep/vtep.xml b/vtep/vtep.xml index 39cbba153..8ae6af7eb 100644 --- a/vtep/vtep.xml +++ b/vtep/vtep.xml @@ -842,6 +842,16 @@ expected as destination for received BFD packets. The default is 00:23:20:00:00:01. + + + Set to an IPv4 address to set the IP address used as source for + transmitted BFD packets. The default is 169.254.1.0. + + + + Set to an IPv4 address to set the IP address used as destination + for transmitted BFD packets. The default is 169.254.1.1. +