1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +03:00

Add string for "IF_TYPE_PROP_VIRTUAL" network interface type

This commit is contained in:
Davide Beatrici 2018-10-03 09:10:27 +02:00
parent c5c1403f46
commit e02237f397
7 changed files with 10 additions and 0 deletions

View File

@ -3119,6 +3119,10 @@ wchar_t *MsGetAdapterTypeStr(UINT type)
switch (type)
{
case IF_TYPE_PROP_VIRTUAL:
ret = _UU("MS_VIRTUAL");
break;
case MIB_IF_TYPE_ETHERNET:
ret = _UU("MS_ETHERNET");
break;

View File

@ -2102,6 +2102,7 @@ L3_SWITCH_STOP 虚拟 3 层交换机 "%S" 终止。
#关于Microsoft.c
MS_VIRTUAL 专有的虚拟/内部接口
MS_ETHERNET 以太网接口
MS_TOKENRING 令牌环接口
MS_FDDI FDDI 接口

View File

@ -2082,6 +2082,7 @@ L3_SWITCH_STOP The Virtual Layer 3 Switch "%S" terminated.
# Concerning Microsoft.c
MS_VIRTUAL Proprietary Virtual/Internal Interface
MS_ETHERNET Ethernet Interface
MS_TOKENRING Token Ring Interface
MS_FDDI FDDI Interface

View File

@ -2086,6 +2086,7 @@ L3_SWITCH_STOP 仮想レイヤ 3 スイッチ "%S" が終了しました。
# Microsoft.c 関係
MS_VIRTUAL 独自の仮想/内部インタフェース
MS_ETHERNET Ethernet インターフェイス
MS_TOKENRING トークンリングインターフェイス
MS_FDDI FDDI インターフェイス

View File

@ -2063,6 +2063,7 @@ L3_SWITCH_STOP 가상 레이어 3 스위치 "%S"가 종료되었습니다.
# Microsoft.c 관계
MS_VIRTUAL 독점적 인 가상 / 내부 인터페이스
MS_ETHERNET Ethernet 인터페이스
MS_TOKENRING 토큰 링 인터페이스
MS_FDDI FDDI 인터페이스

View File

@ -2082,6 +2082,7 @@ L3_SWITCH_STOP The Virtual Layer 3 Switch "%S" terminated.
# Concerning Microsoft.c
MS_VIRTUAL Proprietary Virtual/Internal Interface
MS_ETHERNET Ethernet Interface
MS_TOKENRING Token Ring Interface
MS_FDDI FDDI Interface

View File

@ -2103,6 +2103,7 @@ L3_SWITCH_STOP 虛擬 3 層交換機 "%S" 終止。
#關於Microsoft.c
MS_VIRTUAL 专有的虚拟/内部接口
MS_ETHERNET 網路介面
MS_TOKENRING 標記環介面
MS_FDDI FDDI 介面