sduo opened a new pull request, #704: URL: https://github.com/apache/rocketmq-clients/pull/704
### Which Issue(s) This PR Fixes Fixes #702 ### Brief Description 获取地址时排除 ```NetworkInterfaceType``` 值为 ```53``` 的网卡,在返回时再次检测物理地址的长度是否小于要求长度(```6```),如果小于,则返回 ```RandomMacAddressBytes```,如果大于,则返回物理地址。 ### How Did You Test This Change? 更新相关联的单元测试,加入物理地址长度的检测。 -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org