mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-21 02:39:21 +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