]> granicus.if.org Git - libnl/commit
add python module for generic netlink library
authorArend van Spriel <arend@broadcom.com>
Mon, 15 Jul 2013 10:09:12 +0000 (12:09 +0200)
committerThomas Graf <tgraf@suug.ch>
Thu, 18 Jul 2013 21:22:18 +0000 (23:22 +0200)
commit7dc033f5cce68481484dc59755f2a6bad6eef21e
tree7062363b0296bb3d5f200d3e9a937087d133df38
parente77ea939c44b9d7241d00f8324f63294cc0279c0
add python module for generic netlink library

This commit adds creation of the netlink.genl package. The actual
capi.i will be filled in upcoming commits so the module is rather
dumb for now.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
configure.ac
python/netlink/Makefile.am
python/netlink/genl/Makefile.am [new file with mode: 0644]
python/netlink/genl/__init__.py [new file with mode: 0644]
python/netlink/genl/capi.i [new file with mode: 0644]
python/setup.py.in