libnl/python/netlink
Arend van Spriel 6726895133 python: fix typo in Socket::__str__() function
The property name used in __str__ should be local_port
instead of localPort to get rid of the AttributeError.

>>> str(s)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File ".../netlink/core.py", line 172, in __str__
    return 'nlsock<{0}>'.format(self.localPort)
AttributeError: 'Socket' object has no attribute 'localPort'

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-09-05 17:46:00 +02:00
..
genl add generic netlink functions to swig 2013-07-18 23:22:18 +02:00
route Add VXLAN support. 2013-08-04 15:43:54 +09:00
__init__.py python interface to netlink protocols 2011-05-10 12:17:33 +02:00
capi.i python: remove unnecessary callback type definitions 2013-09-05 17:46:00 +02:00
core.py python: fix typo in Socket::__str__() function 2013-09-05 17:46:00 +02:00
fixes.h python interface to netlink protocols 2011-05-10 12:17:33 +02:00
Makefile.am add python module for generic netlink library 2013-07-18 23:22:18 +02:00
util.py netlink.nlattr re-implemented in more pythonic way 2012-06-08 22:26:35 +06:00
utils.h python: rework netlink callback handling 2013-09-05 17:46:00 +02:00