mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-12-03 00:16:46 +00:00
07ad37d4cb
Allow using genlmsg_hdr() function and make the header fields accessible in Python scripts. Signed-off-by: Arend van Spriel <aspriel@gmail.com> |
||
---|---|---|
.. | ||
doc | ||
examples | ||
netlink | ||
tests | ||
.gitignore | ||
Makefile.am | ||
README | ||
setup.py.in |
*************************************************************************** NOTE: The python wrapper is experimental and may or may not work. *************************************************************************** For the brave: (requires an installed libnl) - $ python ./setup.py build - $ sudo python ./setup.py install