From dbdcf9ec3cf1e4de1a7dfb5e8926ba84ed929e89 Mon Sep 17 00:00:00 2001 From: Bruce Davie Date: Wed, 2 Apr 2014 09:11:48 -0700 Subject: [PATCH] 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 --- vtep/vtep.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. + -- 2.47.0