dpif-dummy is temporary disabled because of the direct
connection to dpif-netdev to avoid compilation issue.
This affects running the testsuite until sorted out later.

Signed-off-by: Roi Dayan <[email protected]>
---
 lib/dummy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dummy.c b/lib/dummy.c
index 899a2c0c5591..14330096d91e 100644
--- a/lib/dummy.c
+++ b/lib/dummy.c
@@ -43,7 +43,7 @@ dummy_enable(const char *arg)
     }
 
     netdev_dummy_register(level);
-    dpif_dummy_register(level);
+//    dpif_dummy_register(level);
     timeval_dummy_register();
     ofpact_dummy_enable();
 }
-- 
2.46.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to