4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-31 18:13:43 +00:00

Fix expressions

This commit is contained in:
Neil Alexander
2019-06-11 23:48:00 +01:00
parent 17175b49f2
commit 9a7d350884
2 changed files with 3 additions and 6 deletions

View File

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

View File

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