mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Exclude inactive routes in Windows routing management
This commit is contained in:
@ -293,6 +293,7 @@ struct ROUTE_ENTRY
|
||||
UINT IfMetric;
|
||||
UINT InterfaceID;
|
||||
UINT64 InnerScore;
|
||||
bool Active;
|
||||
};
|
||||
|
||||
// Routing table
|
||||
|
Reference in New Issue
Block a user