[PATCH 0/3] extend python core netlink support and add genl support
Arend van Spriel
arend at broadcom.com
Mon Jul 15 06:09:10 EDT 2013
This series adds Python support for netlink attribute handling and using
netlink callbacks. Furthermore it adds wrappers for the generic netlink
functions.
This series applies on top of following commit:
commit 408a1b8f07205a82b1d142633bb37bc478c55116
Author: Thomas Graf <tgraf at suug.ch>
Date: Sat Jun 29 22:29:43 2013 +0200
cache: Return -NLE_PROTO_MISMATCH if socket provided mismatches cache protocol
Arend van Spriel (3):
add support functions for attributes and callback handlers
add python module for generic netlink library
add generic netlink functions to swig
configure.ac | 1 +
python/netlink/Makefile.am | 2 +-
python/netlink/capi.i | 373 +++++++++++++++++++++++++++++++++++++++
python/netlink/genl/Makefile.am | 5 +
python/netlink/genl/capi.i | 108 ++++++++++++
python/setup.py.in | 13 +-
6 files changed, 498 insertions(+), 4 deletions(-)
create mode 100644 python/netlink/genl/Makefile.am
create mode 100644 python/netlink/genl/__init__.py
create mode 100644 python/netlink/genl/capi.i
--
1.7.10.4
More information about the libnl
mailing list