diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-08-29 13:38:56 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-09-07 10:58:33 +0200 |
commit | e010e54db9afbf8c7b1315ec6e998649f12a2558 (patch) | |
tree | 0bcea86a0531727a228989c4c8d937336b472f75 /README.md | |
parent | c4e7d2900d89ec811d44f9eb2a41a5086f3c8b8e (diff) |
lavalab-gen.py: add default max-connections for ser2net
This patch add a ser2net max-connections for all boards
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -243,6 +243,7 @@ slaves: remote_user: the user used for connecting to the master remote_proto: http(default) or https default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0) + export_ser2net: Do ser2net ports need to be available on host extra_actions: An optional list of action to do at end of the docker build - "apt-get install package" |