chiark / gitweb /
sd-rtnl: add support for tunnel attributes
authorSusant Sahani <susant@redhat.com>
Tue, 25 Mar 2014 08:43:30 +0000 (14:13 +0530)
committerTom Gundersen <teg@jklm.no>
Tue, 25 Mar 2014 13:44:33 +0000 (14:44 +0100)
commit9a6704a81fb5431f7b32dea267a837b1c2b86801
tree464e289c1c713d0764f4602c2452351578b13ded
parent41ca2c206bb70168f662200784ded59d1af22044
sd-rtnl: add support for tunnel attributes

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.
Makefile.am
src/libsystemd/sd-rtnl/rtnl-message.c
src/test/test-rtnl-manual.c [new file with mode: 0644]