aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/can_samples
diff options
context:
space:
mode:
Diffstat (limited to 'CAN-binder/can_samples')
-rwxr-xr-xCAN-binder/can_samples/init_vcan.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/CAN-binder/can_samples/init_vcan.sh b/CAN-binder/can_samples/init_vcan.sh
index 531dd1e..65eb1b1 100755
--- a/CAN-binder/can_samples/init_vcan.sh
+++ b/CAN-binder/can_samples/init_vcan.sh
@@ -2,5 +2,5 @@
# example for setting up vcan0 and modules
sudo modprobe can
sudo modprobe vcan
-sudo ip link add dev vcan0 type vcan
-sudo ip link set up vcan0
+sudo ip link add dev can0 type vcan
+sudo ip link set up can0