Signed-off-by: Can Zhang <[email protected]>
---
 ryu/ofproto/nx_match.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index d986ac1..1ffbfda 100644
--- a/ryu/ofproto/nx_match.py
+++ b/ryu/ofproto/nx_match.py
@@ -614,6 +614,7 @@ class MFIPSrc(MFField):
     def __init__(self, header, value, mask=None):
         super(MFIPSrc, self).__init__(header, MFIPSrc.pack_str)
         self.value = value
+        self.mask = mask
 
     @classmethod
     def make(cls, header):
@@ -633,6 +634,7 @@ class MFIPDst(MFField):
     def __init__(self, header, value, mask=None):
         super(MFIPDst, self).__init__(header, MFIPDst.pack_str)
         self.value = value
+        self.mask = mask
 
     @classmethod
     def make(cls, header):
-- 
1.7.11.1



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to