fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
58 stars 33 forks source link

Allow to default to a single available iface when `MACAddress` is used as the `mfg_string_type` (IPv6) #535

Open 7flying opened 1 year ago

7flying commented 1 year ago

We are splitting #468 into two issues to handle IPv4 and IPv6 separately, due to testing constraints.

Copying the description of #468 over here:

If mfg_string_type is set to MACAddress we should allow to default to a iface (which isn't loopback) if there is a single one available in the device and the user hasn't told us to get the MAC address from an specific iface.