Question about NetworkInterface resource #1013
nick-potenski
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I have a WIP patch lying around somewhere for this. Let me check if it is complete and usable already. I'll come back to you within the next few days. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Was the
NetworkInterface
resource (inresource/base.py
) purposely never exposed or has it just not yet been needed? Would it be reasonable to make this a usable resource instead of just a base-class forUSBNetworkInterface
?My PC has a PCI-based NIC (instead of USB), so I am not able to use a
USBNetworkInterface
in my local configuration. I'm definitely able & willing to do the implementation here, but I just wanted to make sure it was OK before I jumped.Beta Was this translation helpful? Give feedback.
All reactions