diff --git a/templates/compose.yaml.j2 b/templates/compose.yaml.j2 index 2e8e1c1..bf11837 100644 --- a/templates/compose.yaml.j2 +++ b/templates/compose.yaml.j2 @@ -1205,11 +1205,13 @@ services: DOWNLINK: |- - control-uri: "http://[{{ ipv6('r0', 'control') }}]:8080" enabled: true + srgw-gtp4: "{{ ipv4('srgw0', 'srgw0') }}" segments-list: - "{{ ipv6_prefix('end-m-gtp4-e', 'srgw0') }}" #~ if config["topology"]["nb_edges"] > 1 - control-uri: "http://[{{ ipv6('r1', 'control') }}]:8080" enabled: true + srgw-gtp4: "{{ ipv4('srgw0', 'srgw0') }}" segments-list: - "{{ ipv6_prefix('end-m-gtp4-e', 'srgw0') }}" #~ endif