chiark / gitweb /
sd-icmp6-nd: Add initial Router Advertisement test case
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 19 Jun 2014 12:38:59 +0000 (15:38 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 19 Jun 2014 12:44:43 +0000 (15:44 +0300)
commitf20a35cc0d537dd4cfc1054cf7936b04a1700f3a
tree3ea4daa031db6bd1951268f3d27a6882887b44d2
parente3169126793f43be3d840874ffb3935a51097001
sd-icmp6-nd: Add initial Router Advertisement test case

Feed a Router Advertisement to the code and expect proper events
each time. The sending part is ignored, as all of it is static code
in the real dhcp_network_icmp6_send_rs() function.
Makefile.am
src/libsystemd-network/test-icmp6-rs.c [new file with mode: 0644]