fix typos (mpls_lable -> mpls_label)

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-07-10 11:07:50 +09:00 committed by FUJITA Tomonori
parent 1ed59505a8
commit c9c2db9e63
3 changed files with 3 additions and 3 deletions

View File

@ -1497,7 +1497,7 @@ class Flow(object):
self.ipv6_nd_target = []
self.ipv6_nd_sll = 0
self.ipv6_nd_tll = 0
self.mpls_lable = 0
self.mpls_label = 0
self.mpls_tc = 0

View File

@ -305,7 +305,7 @@ class Flow(object):
self.ipv6_nd_target = []
self.ipv6_nd_sll = 0
self.ipv6_nd_tll = 0
self.mpls_lable = 0
self.mpls_label = 0
self.mpls_tc = 0
self.mpls_bos = 0
self.pbb_isid = 0

View File

@ -6633,7 +6633,7 @@ class TestOFPMatch(unittest.TestCase):
eq_(res._flow.ipv6_nd_target, [])
eq_(res._flow.ipv6_nd_sll, 0)
eq_(res._flow.ipv6_nd_tll, 0)
eq_(res._flow.mpls_lable, 0)
eq_(res._flow.mpls_label, 0)
eq_(res._flow.mpls_tc, 0)
# flow check