summaryrefslogtreecommitdiff
path: root/data/templates/iproute2/static.conf.j2
blob: 249483ab354b58766dc4dcc0c142431cb952d65c (plain)
1
2
3
4
5
6
7
8
# Generated by VyOS (protocols_static.py), do not edit by hand
{% if table is vyos_defined %}
{%     for t, t_options in table.items() %}
{%         if t_options.description is vyos_defined %}
{{ "%-6s" | format(t) }} {{ "%-40s" | format(t_options.description | replace(" ", "_")) }}
{%         endif %}
{%     endfor %}
{% endif %}