%PDF- %PDF-
Direktori : /proc/227033/root/lib/python2.7/site-packages/salt/templates/rh_ip/ |
Current File : //proc/227033/root/lib/python2.7/site-packages/salt/templates/rh_ip/rh6_route_eth.jinja |
{%- for route in routes -%} {% if route.name %}# {{route.name}} {%- endif %} {{route.ipaddr}} {%- if route.netmask -%} /{{route.netmask}} {%- endif -%} {%- if route.gateway %} via {{route.gateway}} {%- else %} dev {{iface}} {%- endif %} {%- if route.metric %} metric {{route.metric}} {%- endif %} {% endfor -%}