zrlw commented on issue #8581:
URL: https://github.com/apache/dubbo/issues/8581#issuecomment-904368301


   ```
   String ignoredInterfaces = “Intel(R) wireless XXX";
   System.setProperty(DUBBO_NETWORK_IGNORED_INTERFACE,ignoredInterfaces);
   ```
   详细可参考NetUtilsTest.java测试类里的testIgnoreGivenPrefixInterfaceName方法。
   PS:
   
可能dubbo不止这一处缺陷,无线网卡物理名称里面通常都有个(R),在windows下控制面板把其他网卡全disable掉,只留下一个物理名称带(R)的无线网卡,然后跑dubbo整个工程的mvn
 clean install,不止dubbo-common工程单元测试过不去的。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to