Initial commit of files
This commit is contained in:
8
sbin-scripts/vcan-up
Executable file
8
sbin-scripts/vcan-up
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# VCAN
|
||||
echo "vcan0"
|
||||
modprobe vcan
|
||||
ip link add dev vcan0 type vcan
|
||||
ip link set up vcan0
|
||||
ifconfig vcan0
|
||||
Reference in New Issue
Block a user