[management] remove sorting from network map generation (#3126)

This commit is contained in:
Pascal Fischer
2024-12-31 18:10:40 +01:00
committed by GitHub
parent 2bdb4cb44a
commit 18b049cd24
7 changed files with 79 additions and 89 deletions

View File

@@ -111,6 +111,7 @@ func (n *NetworkResource) ToRoute(peer *nbpeer.Peer, router *routerTypes.Network
NetID: route.NetID(n.Name),
Description: n.Description,
Peer: peer.Key,
PeerID: peer.ID,
PeerGroups: nil,
Masquerade: router.Masquerade,
Metric: router.Metric,