mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-10-31 20:22:44 +08:00 
			
		
		
		
	add egress id to model
This commit is contained in:
		| @@ -462,6 +462,7 @@ func GetPeerUpdateForHost(host *models.Host) (models.HostPeerUpdate, error) { | ||||
| 		} | ||||
| 		if node.IsEgressGateway { | ||||
| 			hostPeerUpdate.EgressInfo[node.ID.String()] = models.EgressInfo{ | ||||
| 				EgressID:    node.ID.String(), | ||||
| 				GwPeers:     nodePeerMap, | ||||
| 				EgressGWCfg: node.EgressGatewayRequest, | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Abhishek Kondur
					Abhishek Kondur