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>
Mon, 29 Sep 2014 15:30:52 +0000 (16:30 +0100)
commite012b15c5d9a78f10609e700a8a45931d1dc76cf
tree3a31cdc7f400bed0f4504fd7cb4e4684b6d8c8e6
parent582f066fc34a36a5ead3a462033d194fc2a871c5
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