|
@@ -242,6 +242,9 @@ func (m *ManagerAction) AddInterfaceToProxy() error {
|
|
log.Println("Endpoint nil for peer: ", peerI.PublicKey.String())
|
|
log.Println("Endpoint nil for peer: ", peerI.PublicKey.String())
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
|
|
+ if peerConf.IsExtClient && !common.IsIngressGateway {
|
|
|
|
+ continue
|
|
|
|
+ }
|
|
shouldProceed := false
|
|
shouldProceed := false
|
|
if peerConf.IsExtClient && peerConf.IsAttachedExtClient {
|
|
if peerConf.IsExtClient && peerConf.IsAttachedExtClient {
|
|
// check if ext client got endpoint,otherwise continue
|
|
// check if ext client got endpoint,otherwise continue
|