Skip to content

Commit

Permalink
Tell the proxy that multicast is off in awsvpc mode.
Browse files Browse the repository at this point in the history
Otherwise it will use the regular weavewait program which wait for the
multicast route to be added.
  • Loading branch information
bboreham committed Jun 7, 2016
1 parent 686a109 commit 9eb3249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weave
Expand Up @@ -1689,6 +1689,8 @@ launch_proxy() {
docker create -v /w -v /w-noop -v /w-nomcast --name=$VOLUMES_CONTAINER_NAME \
--label=weavevolumes --entrypoint=/bin/false $EXEC_IMAGE >/dev/null
fi
detect_awsvpc
[ -n "$AWSVPC" ] && PROXY_ARGS="$PROXY_ARGS --no-multicast-route"
PROXY_CONTAINER=$(docker run -d --name=$PROXY_CONTAINER_NAME \
$(docker_run_options) \
$RESTART_POLICY \
Expand Down

0 comments on commit 9eb3249

Please sign in to comment.