mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
of14: Rename OFPPortDescPropUnknown as OFPPortPropUnknown
This corrects what appears to be a typo as OFPPortDescPropUnknown is never called but OFPPortPropUnknown, which does not exist, is called. Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
0742b5b19f
commit
29f7f1fa28
@ -749,7 +749,7 @@ class OFPMatch(StringifyMixin):
|
||||
return OFPMatch(_ordered_fields=fields)
|
||||
|
||||
|
||||
class OFPPortDescPropUnknown(StringifyMixin):
|
||||
class OFPPortPropUnknown(StringifyMixin):
|
||||
def __init__(self, type_=None, length=None, buf=None):
|
||||
self.buf = buf
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user