summaryrefslogtreecommitdiffstats
path: root/python/netlink/route
Commit message (Expand)AuthorAgeFilesLines
* python: fix flake8 warnings E712Thomas Haller2023-07-251-1/+1
* python: fix flake8 warnings E741Thomas Haller2023-07-252-8/+8
* python: reformat all Python files with python-blackThomas Haller2023-07-258-311/+358
* Use print() function in both Python 2 and Python 3Christian Clauss2022-07-063-11/+9
* build: merge python/Makefile.am into top-level makefileThomas Haller2017-02-271-14/+0
* python: add bridge flags APINicolas PLANEL2013-10-222-0/+45
* python: add basic netlink protocol bridge interface supportNicolas PLANEL2013-10-223-0/+118
* python: fixup VLANLink() initializationNicolas PLANEL2013-10-071-1/+1
* Add VXLAN support.Yasunobu Chiba2013-08-041-0/+63
* Add macvlan supportMichael Braun2013-05-161-0/+16
* Enabled the use of Links as context managers.Antoni S. Puimedon2012-10-041-0/+9
* rtnl_link_(get|set)_weight is deprecated in libnl.Коренберг Марк (ноутбук дома)2012-06-082-21/+0
* netlink.nlattr re-implemented in more pythonic wayКоренберг Марк2012-06-086-68/+53
* Remove unnecessary commentsКоренберг Марк (ноутбук дома)2012-06-085-169/+0
* Refine some placesКоренберг Марк (ноутбук дома)2012-06-081-18/+18
* pylint's first review and trivial fixesКоренберг Марк (ноутбук дома)2012-06-086-62/+75
* Using only single quotes now and multi-line listsКоренберг Марк (ноутбук дома)2012-06-085-23/+33
* Fix indentation (spaces vs tabs)Коренберг Марк (ноутбук дома)2012-06-087-1518/+1518
* Flags properties description and implementation fixedКоренберг Марк (ноутбук дома)2012-06-083-9/+42
* Fixed various str-related logickКоренберг Марк (ноутбук дома)2012-06-083-4/+4
* Fix whitespaces at EOLКоренберг Марк (ноутбук дома)2012-06-085-22/+22
* Introduce Python's absolute_importsКоренберг Марк (ноутбук дома)2012-06-087-28/+39
* Make syntax highlighters happyКоренберг Марк (ноутбук дома)2012-06-081-1/+1
* Fixed address deletionКоренберг Марк (ноутбук дома)2012-06-081-3/+3
* python: Include python/ in distribution and provide a README on how to build ...Thomas Graf2011-08-121-0/+14
* use rtnl_link_set/get_type()Thomas Graf2011-07-212-4/+4
* removed autogenerated swig interface files from git treeThomas Graf2011-07-212-10344/+0
* Work on libnl-pythonThomas Graf2011-06-1011-303/+10963
* python interface to netlink protocolsThomas Graf2011-05-1010-0/+2110