From: Ian Jackson Date: Wed, 26 Feb 2014 14:19:01 +0000 (+0000) Subject: polypath: Provide polypath comm module X-Git-Tag: base.ipv6-polypath-fixes-2.v1~38 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/ce5c098f8a19a42ddaeb488ed643ae3b5e697c7b?hp=ce5c098f8a19a42ddaeb488ed643ae3b5e697c7b 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 ---