Add multicast interfaces to platform-specific defaults (this makes it easier to avoid bringing AWDL up by default on macOS as an example, or over L2 VPNs when not expected)

This commit is contained in:
Neil Alexander 2019-06-11 10:18:59 +01:00
parent d4a3b2bc76
commit 17175b49f2
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
9 changed files with 43 additions and 1 deletions

View file

@ -10,6 +10,9 @@ type platformDefaultParameters struct {
// Configuration (used for yggdrasilctl)
DefaultConfigFile string
// Multicast interfaces
DefaultMulticastInterfaces []string
// TUN/TAP
MaximumIfMTU int
DefaultIfMTU int