# interface file auto-generated by buildroot
source-directory /etc/network/interfaces.enabled

auto lo
iface lo inet loopback


allow-hotplug can0
auto can0
iface can0 can static
    bitrate 500000
    pre-up /sbin/ip link set can0 txqueuelen 20000
    up /sbin/ip link set can0 up type can bitrate 500000 restart-ms 10
    down /sbin/ip link set can0 down

