Fix expressions

This commit is contained in:
Neil Alexander 2019-06-11 23:48:00 +01:00
parent 17175b49f2
commit 9a7d350884
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
2 changed files with 3 additions and 6 deletions

View File

@ -14,8 +14,8 @@ func GetDefaults() platformDefaultParameters {
// Multicast interfaces
DefaultMulticastInterfaces: []string{
"en*",
"bridge*",
"en.*",
"bridge.*",
},
// TUN/TAP

View File

@ -14,10 +14,7 @@ func GetDefaults() platformDefaultParameters {
// Multicast interfaces
DefaultMulticastInterfaces: []string{
"en*",
"eth*",
"wlan*",
"br*",
".*",
},
// TUN/TAP