-
Notifications
You must be signed in to change notification settings - Fork 681
Disable multicast route in networks created via the plugin and add option to re-enable #2327
Conversation
e424990
to
c9dd833
Compare
Docs? Does docker allow you to specify option flags, i.e. no value, e.g. |
c9dd833
to
5ba99ef
Compare
Yes, you can say |
5ba99ef
to
8035620
Compare
I amended the code to look for Note that you can say |
See my comment how I reckon the various options should interplay. In summary
|
assume you mean "issue a deprecation warning and ignore" |
Meh. I don't think that is important. But if you must.... |
6bc689a
to
6d60e85
Compare
Now it's off by default, and there is an option to enable the multicast route per-network. We turn it on for the `weave` network created when we start the plugin.
6d60e85
to
a1c3cba
Compare
Changed as suggested |
@@ -73,26 +73,29 @@ func main() { | |||
} | |||
|
|||
Log.Println("Weave plugin", version, "Command line options:", os.Args[1:]) | |||
if noMulticastRoute { | |||
Log.Warning("--no-multicast-route option has been removed; multicast is off by default") | |||
} |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
LGTM |
c6e0af4
to
ab74d7b
Compare
Added mention of how |
This gives users a better way out of the problem in #1960