9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
interfaces {
|
|
{%- set interfaces = uplinks | default(value=[uplink]) %}
|
|
{%- for interace in interfaces %}
|
|
{{ interace }} {
|
|
unit 0 family inet dhcp;
|
|
}
|
|
{%- endfor %}
|
|
}
|