<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Feb 23, 2016 at 9:34 PM Kenneth Lakin <<a href="mailto:kennethlakin@gmail.com">kennethlakin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 02/23/2016 12:12 PM, Benoit Chesneau wrote:<br>
> I'm looking at the result of `inet:getifaddrs/0` and i'm not sure how to<br>
> use the interface name "//DEVICE/...". Is this a device id? Any idea how<br>
> i could query it using wmic?<br>
<br>
On my machine, the GUID part of the ifname (which is formatted as<br>
\\DEvICE\TCPIP_$GUID on my Windows 7 system) corresponds to the<br>
interface with the that GUID in the "SettingID" property of the "wmic<br>
nicconfig show" spew.<br>
<br>
I've never used wmic before, so I don't know how to get the nicconfig<br>
subcommand to only emit the information for a single interface, but<br>
maybe you do?<br>
<br></blockquote><div><br></div><div>Thanks for the hint about SettingId, it helped a lot :)</div><div><br></div><div>Here is the final result getting the default route for an interface:</div><div><a href="https://github.com/benoitc/inet_ext/blob/master/src/inet_ext.erl#L49-L56">https://github.com/benoitc/inet_ext/blob/master/src/inet_ext.erl#L49-L56</a></div><div><br></div><div>the code could probably be improved, but it works enough for now :)</div><div><br></div><div>- benoit</div></div></div>