Commit 0ff62733 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

software/kvm: fix typo from 22608e02

parent 764086ca
......@@ -19,7 +19,7 @@ md5sum = 1edb1e8d7cab32c29504a23fd3046838
[template-kvm]
filename = instance-kvm.cfg.jinja2
md5sum = 4e2aecca03c64d0bcff669652b581dba
md5sum = f015c14f34dc9f5290188db11f11b4df
[template-kvm-cluster]
filename = instance-kvm-cluster.cfg.jinja2.in
......
......@@ -539,7 +539,7 @@ recipe = plone.recipe.command
filename = netconfig.sh
path = ${directory:public}/${:filename}
ipv4-add-address = ip -4 address add {{ slap_configuration.get('tap-ipv4-addr') }}/{{ slap_configuration.get('tap-ipv4-netmask') }} dev \$IFACE noprefixroute
ipv4-add-gateway-route = ip -4 address add {{ slap_configuration.get('tap-ipv4-gateway') }} dev \$IFACE
ipv4-add-gateway-route = ip route add {{ slap_configuration.get('tap-ipv4-gateway') }} dev \$IFACE
{% if nat_restrict -%}
ipv4-add-default-route = ip route add default via {{ slap_configuration.get('tap-ipv4-gateway') }} dev \$IFACE
{% elif global_ipv4_prefix -%}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment