mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
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:
parent
1ed59505a8
commit
c9c2db9e63
@ -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
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user