Commit 58194470 authored by Joanne Hugé's avatar Joanne Hugé

wip

parent 1fae50cb
...@@ -136,7 +136,7 @@ md5sum = 9dbd93036c15c87c6de74b88b34062b6 ...@@ -136,7 +136,7 @@ md5sum = 9dbd93036c15c87c6de74b88b34062b6
[mme.jinja2.cfg] [mme.jinja2.cfg]
filename = config/mme.jinja2.cfg filename = config/mme.jinja2.cfg
md5sum = 3b43612ae9e2631cd5eb6d62f195e0a4 md5sum = 8d47179f1b739d20b8b0886cb350223c
[dnsmasq-core-network.jinja2.cfg] [dnsmasq-core-network.jinja2.cfg]
filename = config/dnsmasq-core-network.jinja2.cfg filename = config/dnsmasq-core-network.jinja2.cfg
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
tun_ifname: "{{ slap_configuration.get('tun-name', '') }}-1", tun_ifname: "{{ slap_configuration.get('tun-name', '') }}-1",
access_point_name: "ims", access_point_name: "ims",
{% if slap_configuration.get('tun-name', '') %} {% if slap_configuration.get('tun-name', '') %}
first_ip_addr: "{{ netaddr.IPAddress((tun_ipv4_start + tun_ipv4_end) // 2 + 2) }}" first_ip_addr: "{{ netaddr.IPAddress((tun_ipv4_start + tun_ipv4_end) // 2 + 2) }}",
last_ip_addr: "{{ netaddr.IPAddress(tun_ipv4_end - 1) }}", last_ip_addr: "{{ netaddr.IPAddress(tun_ipv4_end - 1) }}",
{% endif %} {% endif %}
p_cscf_addr: ["{{ netaddr.IPAddress((tun_ipv4_start + tun_ipv4_end) // 2) + 1 }}"], p_cscf_addr: ["{{ netaddr.IPAddress((tun_ipv4_start + tun_ipv4_end) // 2) + 1 }}"],
......
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