]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/gw-setup/initramfs/etc/init.d/S50can
Add first automated test and supporting infrastructure
[can-benchmark.git] / continuous / gw-setup / initramfs / etc / init.d / S50can
1 echo Setting up CAN interfaces
2
3 ip link set can0 type can bitrate 1000000
4 ip link set up dev can0
5 ip link set can1 type can bitrate 1000000
6 ip link set up dev can1
7 ifconfig can1 txqueuelen 100