rdisc: abstract class and fake implementation

System Internals / NetworkManager - Pavel Šimerda [redhat.com] - 20 July 2013 09:50 UTC

Abstract class, fake implementation and a manual testing tool for NetworkManager's internal IPv6 router discovery module. When a real implementation is ready, it will replace nm-ip6-manager and will be used by nm-device.

21a8a71 rdisc: abstract class and fake implementation
configure.ac | 2 +
src/rdisc/Makefile.am | 1 +
src/rdisc/nm-fake-rdisc.c | 133 ++++++++++++++++++++++++++++++++
src/rdisc/nm-fake-rdisc.h | 49 ++++++++++++
src/rdisc/nm-rdisc.c | 179 +++++++++++++++++++++++++++++++++++++++++++
src/rdisc/nm-rdisc.h | 130 +++++++++++++++++++++++++++++++
src/rdisc/tests/.gitignore | 1 +
src/rdisc/tests/Makefile.am | 22 ++++++
src/rdisc/tests/rdisc.c | 26 +++++++
9 files changed, 543 insertions(+)

Upstream: cgit.freedesktop.org


  • Share