mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-02 22:23:34 +00:00
7 lines
275 B
Django/Jinja
7 lines
275 B
Django/Jinja
{
|
|
"asic_type": "{{ asic_type }}",
|
|
"asic_id": "{{ DEVICE_METADATA.localhost.asic_id }}",
|
|
"mac": "{{ DEVICE_METADATA.localhost.mac }}",
|
|
"synchronous_mode": {% if DEVICE_METADATA.localhost.synchronous_mode == "disable" %}"disable"{% else %}"enable"{% endif %}
|
|
}
|