summaryrefslogtreecommitdiff
path: root/data/templates/iproute2/static.conf.j2
blob: 10c9bdab7e442f07a4e4c47437079d6ac612a8cf (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) }}
{%         endif %}
{%     endfor %}
{% endif %}