mirror of
https://github.com/luscis/openlan.git
synced 2025-10-01 14:52:17 +08:00
fix: add origin for routes.
This commit is contained in:
@@ -111,6 +111,7 @@ func NewNetworkSchema(n *Network) schema.Network {
|
||||
Prefix: route.Prefix,
|
||||
Metric: route.Metric,
|
||||
Mode: route.Mode,
|
||||
Origin: route.Origin,
|
||||
})
|
||||
}
|
||||
return sn
|
||||
|
Reference in New Issue
Block a user