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:
Simon Horman 2014-02-04 13:27:57 +09:00 committed by FUJITA Tomonori
parent 0742b5b19f
commit 29f7f1fa28

View File

@ -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