Signed-off-by: Simon Horman <ho...@verge.net.au>

---

v8
* First post
---
 ofproto/ofproto.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index 6ea7510..229fc55 100644
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -528,6 +528,10 @@ ofproto_create(const char *datapath_name, const char 
*datapath_type,
     ovs_rwlock_init(&ofproto->groups_rwlock);
     hmap_init(&ofproto->groups);
     ovs_mutex_unlock(&ofproto_mutex);
+    ofproto->ogf.actions[0] =
+#define OFPAT11_ACTION(ENUM, STRUCT, EXTENSIBLE, NAME) ENUM |
+#include "ofp-util.def"
+    0;
 
     error = ofproto->ofproto_class->construct(ofproto);
     if (error) {
-- 
1.8.4

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

Reply via email to