In case the openvswitch.ko is loaded manually without dependencies
built, the vport modules need to be loaded manually as well.

Signed-off-by: Thomas Graf <tg...@noironetworks.com>
---
 utilities/ovs-dev.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py
index 9467df5..38b962a 100755
--- a/utilities/ovs-dev.py
+++ b/utilities/ovs-dev.py
@@ -316,6 +316,11 @@ Basic Configuration:
     # Install the kernel module
     sudo insmod %(ovs)s/datapath/linux/openvswitch.ko
 
+    # If needed, manually load all required vport modules:
+    sudo insmod %(ovs)s/datapath/linux/vport-vxlan.ko
+    sudo insmod %(ovs)s/datapath/linux/vport-geneve.ko
+    [...]
+
     # Run the switch.
     %(v)s run
 
-- 
2.3.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to