summaryrefslogtreecommitdiffstats
path: root/python/netlink/genl
Commit message (Collapse)AuthorAgeFilesLines
* build: merge python/Makefile.am into top-level makefileThomas Haller2017-02-271-5/+0
|
* python: genl: capi: add genlmsg_hdr() to capiArend van Spriel2015-05-121-0/+8
| | | | | | | Allow using genlmsg_hdr() function and make the header fields accessible in Python scripts. Signed-off-by: Arend van Spriel <aspriel@gmail.com>
* add generic netlink functions to swigArend van Spriel2013-07-181-0/+97
| | | | | | | | | Provide wrapper function for generic netlink library functions. The genlmsg_parse() function is handled similar to nla_parse_nested() so it returns tuple with error code and dictionary of parsed attributes. Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
* add python module for generic netlink libraryArend van Spriel2013-07-183-0/+16
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>