Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
ryu/ofproto/nx_actions.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ryu/ofproto/nx_actions.py b/ryu/ofproto/nx_actions.py
index b8879e6..dbe7c8a 100644
--- a/ryu/ofproto/nx_actions.py
+++ b/ryu/ofproto/nx_actions.py
@@ -64,7 +64,6 @@ def generate(ofp_name, ofpp_name):
class NXActionUnknown(NXAction):
def __init__(self, subtype, data=None,
type_=None, len_=None, experimenter=None):
- self.subtype = subtype
super(NXActionUnknown, self).__init__()
self.data = data
@@ -93,8 +92,6 @@ def generate(ofp_name, ofpp_name):
def __init__(self, src_field, dst_field, n_bits, src_ofs=0, dst_ofs=0,
type_=None, len_=None, experimenter=None, subtype=None):
super(NXActionRegMove, self).__init__()
- self.experimenter = ofproto_common.NX_EXPERIMENTER_ID
- self.subtype = self.subtype
self.n_bits = n_bits
self.src_ofs = src_ofs
self.dst_ofs = dst_ofs
--
2.1.0
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel