summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorAlex Wang <alexw@nicira.com>2014-01-21 14:23:27 -0800
committerAlex Wang <alexw@nicira.com>2014-01-21 14:24:06 -0800
commitdfe37e6abd276de01f686bbdf28cbf48e92cd1dc (patch)
treebf9cec25d53967322791395b06c6e8806b35207b /vswitchd
parentc3b758f6fe8b7ae5e3e0204236f6aba48d714bc1 (diff)
downloadopenvswitch-dfe37e6abd276de01f686bbdf28cbf48e92cd1dc.tar.gz
bfd: Add bfd_src_ip and bfd_dst_ip.
This commit adds two new options, bfd_src_ip and bfd_dst_ip respectively, which allows user to configure the source and destination IP address of bfd control packet. If the user specified address cannot be parsed, the default address will be used. Signed-off-by: Alex Wang <alexw@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 5fd82fcb8..797f330f5 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2004,6 +2004,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">