summaryrefslogtreecommitdiff
path: root/src/test/test-rtnl-manual.c
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* sd-rtnl: fix broken test cases and add support for tunnelSusant Sahani2014-04-03
| | | | | | | This patch fixes the broken test-cases for sd-rtnl and add support for ipip and sit tunnel. [tomegun: minor fixups]
* sd-rtnl: add support for tunnel attributesSusant Sahani2014-03-25
Added support for tunneling netlink attrributes (ipip, gre, sit). These works with kernel module ipip, gre and sit . The test cases are moved to a separate file and manual test as well because they require respective kernel modules as well.