Clean up defaults

This commit is contained in:
Neil Alexander 2021-05-31 21:30:50 +01:00
parent b561c540ca
commit 47d34b810b
7 changed files with 1 additions and 21 deletions

View file

@ -12,7 +12,6 @@ type platformDefaultParameters struct {
// Multicast interfaces // Multicast interfaces
DefaultMulticastInterfaces []string DefaultMulticastInterfaces []string
DefaultMulticastDNSInterfaces []string
// TUN/TAP // TUN/TAP
MaximumIfMTU uint64 MaximumIfMTU uint64

View file

@ -17,10 +17,6 @@ func GetDefaults() platformDefaultParameters {
"en.*", "en.*",
"bridge.*", "bridge.*",
}, },
DefaultMulticastDNSInterfaces: []string{
"en.*",
"bridge.*",
},
// TUN/TAP // TUN/TAP
MaximumIfMTU: 65535, MaximumIfMTU: 65535,

View file

@ -16,9 +16,6 @@ func GetDefaults() platformDefaultParameters {
DefaultMulticastInterfaces: []string{ DefaultMulticastInterfaces: []string{
".*", ".*",
}, },
DefaultMulticastDNSInterfaces: []string{
".*",
},
// TUN/TAP // TUN/TAP
MaximumIfMTU: 32767, MaximumIfMTU: 32767,

View file

@ -16,9 +16,6 @@ func GetDefaults() platformDefaultParameters {
DefaultMulticastInterfaces: []string{ DefaultMulticastInterfaces: []string{
".*", ".*",
}, },
DefaultMulticastDNSInterfaces: []string{
".*",
},
// TUN/TAP // TUN/TAP
MaximumIfMTU: 65535, MaximumIfMTU: 65535,

View file

@ -16,9 +16,6 @@ func GetDefaults() platformDefaultParameters {
DefaultMulticastInterfaces: []string{ DefaultMulticastInterfaces: []string{
".*", ".*",
}, },
DefaultMulticastDNSInterfaces: []string{
".*",
},
// TUN/TAP // TUN/TAP
MaximumIfMTU: 16384, MaximumIfMTU: 16384,

View file

@ -16,9 +16,6 @@ func GetDefaults() platformDefaultParameters {
DefaultMulticastInterfaces: []string{ DefaultMulticastInterfaces: []string{
".*", ".*",
}, },
DefaultMulticastDNSInterfaces: []string{
".*",
},
// TUN/TAP // TUN/TAP
MaximumIfMTU: 65535, MaximumIfMTU: 65535,

View file

@ -16,9 +16,6 @@ func GetDefaults() platformDefaultParameters {
DefaultMulticastInterfaces: []string{ DefaultMulticastInterfaces: []string{
".*", ".*",
}, },
DefaultMulticastDNSInterfaces: []string{
".*",
},
// TUN/TAP // TUN/TAP
MaximumIfMTU: 65535, MaximumIfMTU: 65535,