cluster: change wg0.conf to allow ring0/32 and ring1/32 on each peer
Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
@@ -196,15 +196,12 @@ func (r *Ring) AddPeer(p *Machine) bool {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *Ring) setRingZeroAllowedIPs(rp *RingPeer) {
|
func (*Ring) setRingZeroAllowedIPs(rp *RingPeer) {
|
||||||
regionID, zoneID, _, _ := r.Decode(rp.Address)
|
// ring0 peer
|
||||||
|
|
||||||
// everyone on ring0 is a gateway to ring1
|
|
||||||
subnet, _ := rings.RingOnePrefix(regionID, zoneID)
|
|
||||||
rp.AllowSubnet(subnet)
|
|
||||||
|
|
||||||
// peer
|
|
||||||
rp.AllowCIDR(rp.Address, 32)
|
rp.AllowCIDR(rp.Address, 32)
|
||||||
|
|
||||||
|
// everyone on ring0 has a leg on ring1
|
||||||
|
rp.AllowCIDR(rp.Node.RingOneAddress(), 32)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ForEachMachine calls a function for each Machine in the ring
|
// ForEachMachine calls a function for each Machine in the ring
|
||||||
|
|||||||
Reference in New Issue
Block a user