Hi On Thu, Nov 24, 2022 at 7:09 PM Oliver Hartkopp <socketcan@xxxxxxxxxxxx> wrote: > What does "termination 0" mean here? > > I assumed "termination 0" results in "termination off" (=> no > termination => very high resistor value) but in fact it gets around 20 > Ohms, which is a pretty heavy termination for a CAN bus. [ termination { 0..65535 } ] is what we get when you run ip link help can And include/uapi/linux/can/netlink.h states that /* u16 termination range: 1..65535 Ohms */ #define CAN_TERMINATION_DISABLED 0 -- yashi