Signed-off-by: Can Zhang <[email protected]>
---
ryu/lib/packet/lldp.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/ryu/lib/packet/lldp.py b/ryu/lib/packet/lldp.py
index f82e00a..e6d77ba 100644
--- a/ryu/lib/packet/lldp.py
+++ b/ryu/lib/packet/lldp.py
@@ -103,7 +103,6 @@ class LLDPBasicTLV(object):
return self._LEN_MIN <= self.len and self.len <= self._LEN_MAX
def __str__(self):
- self._typelen()
return super(LLDPBasicTLV, self).__str__()
--
1.7.11.1
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel