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>
Tue, 21 Oct 2014 00:07:10 +0000 (01:07 +0100)
commitce5c098f8a19a42ddaeb488ed643ae3b5e697c7b
tree4cd898f5a3f4c762b0f25980b881addf8c5077c5
parentae5ae3bf5c5709938e3a2bb6203094ede8af45e6
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