You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bberenz there's a second bug to this problem... the blank mac is also incorrectly flagging adapters without a Mac Address at all as physical due to (I believe) this line: https://github.com/qzind/sift/blob/master/sift.js#L47
After further testing, some Network adapters are missing a Mac address. Since Java's not sending this information over, it's failing the
toss
logic.Adding fallback to
ip
suffers the same bug.... Adapters without an IP will fail to sift.Here's a proposal to fix this #4.... I'm not sure this is the right design. Perhaps a better design is to send across at least one null Mac address?
The text was updated successfully, but these errors were encountered: