chiark / gitweb /
polypath: Provide polypath comm module
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 26 Feb 2014 14:19:01 +0000 (14:19 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 9 Oct 2014 00:07:32 +0000 (01:07 +0100)
commitf16098a1c79187d7fc08fc2bba86dc8874325589
tree4cd898f5a3f4c762b0f25980b881addf8c5077c5
parent210622f2633f5fcfd62180f02c267f73d69d6706
polypath: Provide polypath comm module

Provide a new name `polypath' in the global dictionary which can be
made to produce new closures of type `comm'.  These comms send packets
via multiple local interfaces.

Currently this module is not very useful because we lack a suitable
`monitor-command' for enumerating local interfaces.

We disable it if we don't have CONFIG_IPV6 because then we don't have
adns_text2addr.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in
README
modules.c
polypath.c [new file with mode: 0644]
secnet.h