diff options
author | PMR <pmr@pmr-lander> | 2018-08-07 16:35:24 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-08-07 16:35:24 +0000 |
commit | 046e703235f09302a07b151adb4de054e3436d23 (patch) | |
tree | 99992c24b9f525938558e644e5f6e3bc3146578b | |
parent | baa0e286f34377869cfc6ad6982b7ddc3572bbba (diff) | |
parent | a9d888ec6c9082f89bd076a0c18fb995d74a1e1d (diff) |
Merge #352574 from ~jocave/plainbox-provider-checkbox:ixxat-small-pkt-setup
-rw-r--r-- | units/socketcan/jobs.pxu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/units/socketcan/jobs.pxu b/units/socketcan/jobs.pxu index 8880168c..46bb31e9 100644 --- a/units/socketcan/jobs.pxu +++ b/units/socketcan/jobs.pxu @@ -168,6 +168,9 @@ command: BASH_XTRACEFD=1 set -ex ip link set {interface} down + # Following command is only supported configuration method when using the + # IXXAT driver from HMS + ip link set {interface} type can bitrate 1000000 ip link set dev {interface} mtu 16 ip link set {interface} up socketcan_test.py {interface} 111 --remote @@ -192,6 +195,9 @@ command: BASH_XTRACEFD=1 set -ex ip link set {interface} down + # Following command is only supported configuration method when using the + # IXXAT driver from HMS + ip link set {interface} type can bitrate 1000000 ip link set dev {interface} mtu 16 ip link set {interface} up socketcan_test.py {interface} E407DB --remote --effid |