Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
ryu/ofproto/nx_actions.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ryu/ofproto/nx_actions.py b/ryu/ofproto/nx_actions.py
index acba3c6..ceced65 100644
--- a/ryu/ofproto/nx_actions.py
+++ b/ryu/ofproto/nx_actions.py
@@ -200,6 +200,12 @@ def generate(ofp_name, ofpp_name):
_subtype = nicira_ext.NXAST_REG_MOVE
_fmt_str = '!HHH' # n_bits, src_ofs, dst_ofs
# Followed by OXM fields (src, dst) and padding to 8 bytes boundary
+ _TYPE = {
+ 'ascii': [
+ 'src_field',
+ 'dst_field',
+ ]
+ }
def __init__(self, src_field, dst_field, n_bits, src_ofs=0, dst_ofs=0,
type_=None, len_=None, experimenter=None, subtype=None):
--
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