Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'latest_release_doc_updates' into 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Jan 8, 2016
2 parents e4295a2 + 4b0fe50 commit f598ae2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ TCP/IP, e.g. a netcat UDP service would be run with

root@a2:/# echo 'Hello, world.' | nc -u a1 5533

Broadcast and multicast protocols also work over Weave Net.

We can deploy the entire arsenal of standard network tools and
applications, developed over decades, to configure, secure, monitor,
and troubleshoot our container network. To put it another way, we can
Expand Down
4 changes: 4 additions & 0 deletions site/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ The plugin command-line arguments are:
* `--no-multicast-route`: stop weave adding a static IP route for
multicast traffic on its interface

By default, multicast traffic will be routed over the weave network.
To turn this off, e.g. because you want to configure your own multicast
route, add the `--no-multicast-route` flag to `weave launch-plugin`.

## Restarting

We start the plugin with a restart policy, because Docker attempts to
Expand Down
4 changes: 4 additions & 0 deletions site/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ will only include one of them.

host1$ weave launch-router && weave launch-proxy --rewrite-inspect

By default, multicast traffic will be routed over the weave network.
To turn this off, e.g. because you want to configure your own multicast
route, add the `--no-multicast-route` flag to `weave launch-proxy`.

## <a name="ipam"></a>Automatic IP address assignment

If [automatic IP address assignment](ipam.html) is enabled in weave,
Expand Down

0 comments on commit f598ae2

Please sign in to comment.