mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Store interface metric separately as it mau change
This commit is contained in:
@ -285,7 +285,7 @@ struct ROUTE_ENTRY
|
||||
bool LocalRouting;
|
||||
bool PPPConnection;
|
||||
UINT Metric;
|
||||
UINT OldIfMetric;
|
||||
UINT IfMetric;
|
||||
UINT InterfaceID;
|
||||
UINT64 InnerScore;
|
||||
};
|
||||
|
Reference in New Issue
Block a user