mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-09 06:35:23 +08:00
fix egress route ipv6 address issue
This commit is contained in:
parent
7dc4e6c465
commit
b4184aaa88
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ func GetPeerUpdateForHost(network string, host *models.Host, allNodes []models.N
|
|||
if peer.IsEgressGateway {
|
||||
hostPeerUpdate.EgressRoutes = append(hostPeerUpdate.EgressRoutes, models.EgressNetworkRoutes{
|
||||
NodeAddr: node.Address,
|
||||
NodeAddr6: node.Address6,
|
||||
NodeAddr6: peer.Address6,
|
||||
EgressRanges: peer.EgressGatewayRanges,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue