mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-18 02:56:06 +00:00
multicast configuration changes
This commit is contained in:
@ -14,8 +14,8 @@ func GetDefaults() platformDefaultParameters {
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: "en.*", Incoming: true, Outgoing: true},
|
||||
{Regex: "bridge.*", Incoming: true, Outgoing: true},
|
||||
{Regex: "en.*", Beacon: true, Listen: true},
|
||||
{Regex: "bridge.*", Beacon: true, Listen: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
@ -14,7 +14,7 @@ func GetDefaults() platformDefaultParameters {
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: ".*", Incoming: true, Outgoing: true},
|
||||
{Regex: ".*", Beacon: true, Listen: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
@ -14,7 +14,7 @@ func GetDefaults() platformDefaultParameters {
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: ".*", Incoming: true, Outgoing: true},
|
||||
{Regex: ".*", Beacon: true, Listen: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
@ -14,7 +14,7 @@ func GetDefaults() platformDefaultParameters {
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: ".*", Incoming: true, Outgoing: true},
|
||||
{Regex: ".*", Beacon: true, Listen: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
@ -14,7 +14,7 @@ func GetDefaults() platformDefaultParameters {
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: ".*", Incoming: true, Outgoing: true},
|
||||
{Regex: ".*", Beacon: true, Listen: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
@ -14,7 +14,7 @@ func GetDefaults() platformDefaultParameters {
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: ".*", Incoming: true, Outgoing: true},
|
||||
{Regex: ".*", Beacon: true, Listen: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
Reference in New Issue
Block a user