Skip to content
Snippets Groups Projects
Commit 1842ffed authored by Attila Farkas's avatar Attila Farkas
Browse files

change command for default routing to be compatible with debian

parent 7307ca7d
No related branches found
No related tags found
1 merge request!13Resolve "Integrate KYPO CRP interface Ansible role to Creator"
......@@ -14,7 +14,7 @@
{% endif -%}
mtu {{ interface_mtu }}
{% if interface_default_gateway -%}
up route add default gw {{ interface_default_gateway }}
up ip route add default via {{ interface_default_gateway }}
{% endif -%}
{% if interface_routes -%}
{% for route in interface_routes -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment