Commit 1b057f43 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c0e7988b
...@@ -388,7 +388,7 @@ cell-list = {{ rulib.icell_dict.keys() | sort | join(', ') }} ...@@ -388,7 +388,7 @@ cell-list = {{ rulib.icell_dict.keys() | sort | join(', ') }}
{% if ru == "lopcomm" %} {% if ru == "lopcomm" %}
ssh-command = ssh ${user-info:pw-name}@${slap-configuration:ipv6-random} -p ${sshd-port:port} ssh-command = ssh ${user-info:pw-name}@${slap-configuration:ipv6-random} -p ${sshd-port:port}
ssh-url = ssh://${user-info:pw-name}@[${slap-configuration:ipv6-random}]:${sshd-port:port} ssh-url = ssh://${user-info:pw-name}@[${slap-configuration:ipv6-random}]:${sshd-port:port}
ru-firmware = ${lopcomm-firmware-dl:filename} ru-firmware = {{ru_lopcomm_firmware_filename}}
ru-ipv6 = ${slap-configuration:tap-ipv6-gateway} ru-ipv6 = ${slap-configuration:tap-ipv6-gateway}
{% endif %} {% endif %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment