summaryrefslogtreecommitdiff
path: root/src/test/test-rtnl-manual.c
Commit message (Collapse)AuthorAge
* 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.