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
@bsimmo can we remove | /bin/egrep " eth| wlan" from the getNetworkIFsUsingIP func? the rest of the func would need to stop assuming 2 entries and just pass the whole list back in the attributes
for me then all my interfaces are returned regardless of naming
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DORMANT group default qlen 1000
5: nordlynx: <POINTOPOINT,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
playing w/ the code it now shows my 2 connected ones, I haven't played w/ just showing them all yet - maybe next.
Checklist:
Release with the issue:
v1.8.5
Last working release (if known):
not sure - only used this version
Hardware, Operating System, Python version:
RPi 3 Model B r1.2
py 2.7.16
Description of problem:
Run our report script 'genBugInfo' on your failing device and include the output here:
Python errors shown in the logs (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered: