12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
|
[
|
||
|
{% for interface in ethernet_interfaces %}
|
||
|
{
|
||
|
"PORT_TABLE:{{ interface['name'] }}": {
|
||
|
"speed": "{{ interface['speed'] }}"
|
||
|
},
|
||
|
"OP": "SET"
|
||
|
}{% if not loop.last %},{% endif %}
|
||
|
|
||
|
{% endfor %}
|
||
|
]
|