We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, If I use slcand to use a RS232 to Can adapter ifcfg find the can0 device, even if not up. Ifconfig don't show it
from for name, interface in ifcfg.interfaces().items(): print(interface['device'])
for name, interface in ifcfg.interfaces().items():
print(interface['device'])
can0 eth0 lo
can0
eth0
lo
ifconfig: eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
ifconfig:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
If I use slcand to use a RS232 to Can adapter ifcfg find the can0 device, even if not up.
Ifconfig don't show it
from
for name, interface in ifcfg.interfaces().items():
print(interface['device'])
can0
eth0
lo
ifconfig:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
The text was updated successfully, but these errors were encountered: