Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/ofproto/nx_actions.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ryu/ofproto/nx_actions.py b/ryu/ofproto/nx_actions.py
index ceced65..ebc1665 100644
--- a/ryu/ofproto/nx_actions.py
+++ b/ryu/ofproto/nx_actions.py
@@ -336,6 +336,7 @@ def generate(ofp_name, ofpp_name):
                           bytes(data))
 
     def add_attr(k, v):
+        v.__module__ = ofpp.__name__  # Necessary for stringify stuff
         setattr(ofpp, k, v)
 
     add_attr('NXAction', NXAction)
-- 
2.2.1


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to