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
DefaultMulticastInterfaces []string
DefaultMulticastDNSInterfaces []string
// TUN/TAP
MaximumIfMTU uint64

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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