summaryrefslogtreecommitdiffstats
path: root/python/netlink/route/link.py
Commit message (Expand)AuthorAgeFilesLines
* python: add basic netlink protocol bridge interface supportNicolas PLANEL2013-10-221-0/+12
* 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-081-18/+0
* netlink.nlattr re-implemented in more pythonic wayКоренберг Марк2012-06-081-16/+15
* Remove unnecessary commentsКоренберг Марк (ноутбук дома)2012-06-081-47/+0
* pylint's first review and trivial fixesКоренберг Марк (ноутбук дома)2012-06-081-26/+28
* Using only single quotes now and multi-line listsКоренберг Марк (ноутбук дома)2012-06-081-8/+13
* Fix indentation (spaces vs tabs)Коренберг Марк (ноутбук дома)2012-06-081-471/+471
* Flags properties description and implementation fixedКоренберг Марк (ноутбук дома)2012-06-081-3/+13
* Fixed various str-related logickКоренберг Марк (ноутбук дома)2012-06-081-2/+2
* Fix whitespaces at EOLКоренберг Марк (ноутбук дома)2012-06-081-3/+3
* Introduce Python's absolute_importsКоренберг Марк (ноутбук дома)2012-06-081-5/+7
* Make syntax highlighters happyКоренберг Марк (ноутбук дома)2012-06-081-1/+1
* use rtnl_link_set/get_type()Thomas Graf2011-07-211-2/+2
* Work on libnl-pythonThomas Graf2011-06-101-29/+10
* python interface to netlink protocolsThomas Graf2011-05-101-0/+596