[ovs-dev] [PATCH 3/3] FAQ: Add an entry about datapath-id

YAMAMOTO Takashi yamamoto at valinux.co.jp
Tue May 20 07:14:36 UTC 2014


Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
---
 FAQ | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/FAQ b/FAQ
index 7ef7eb4..cac9fcb 100644
--- a/FAQ
+++ b/FAQ
@@ -1558,6 +1558,17 @@ A: These flows drop the ARP packets that IP hosts use to establish IP
       priority=5,in_port=1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00,actions=2
       priority=5,in_port=2,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00,actions=1
 
+Q: My bridge disconnects from my controller on add-port/del-port.
+
+A: Reconfiguring your bridge can change your bridge's datapath-id because
+   Open vSwitch generates datapath-id from the MAC address of one of its ports.
+   In that case, Open vSwitch disconnects from controllers because there's
+   no graceful way to notify controllers about the change of datapath-id.
+
+   To avoid the behaviour, you can configure datapath-id manually.
+
+      ovs-vsctl set bridge br0 other-config:datapath-id=0123456789abcdef
+
 
 Development
 -----------
-- 
1.8.3.1




More information about the dev mailing list