Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jul 9, 2024
1 parent 6b37a3d commit 773f900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ services:
ipv4_address: "{{ ipv4('s1', 'edge') }}"

#~ if use_free5gc_upf
{{ container_s(name='upfi', image='louisroyer/dev-free5gc-upf', restart='always', cap_net_admin=true) }}
{{ container_s(name='upfi', image='louisroyer/dev-free5gc-upf', restart='always', cap_net_admin=True, debug=True) }}
environment:
N4: "{{ ipv4('upfi', 'control') }}"
IF_LIST: |-
Expand All @@ -848,7 +848,7 @@ services:
ipv4_address: "{{ ipv4('upfi', 'control') }}"
dataplane:
ipv4_address: "{{ ipv4('upfi', 'dataplane') }}"
{{ container_s(name='upfa', image='louisroyer/dev-free5gc-upf', restart='always', cap_net_admin=true) }}
{{ container_s(name='upfa', image='louisroyer/dev-free5gc-upf', restart='always', cap_net_admin=True, debug=True) }}
environment:
N4: "{{ ipv4('upfa', 'control') }}"
IF_LIST: |-
Expand All @@ -858,7 +858,7 @@ services:
- dnn: free5gc
cidr: {{ ipv4_subnet('slice1') }}
ROUTES_INIT: |-
- add {{ ipv4('s', 'service') }} via {{ ipv4('s1', 'edge') }}
- add {{ ipv4('s', 'service') }} via {{ ipv4('s0', 'edge') }}
networks:
control:
ipv4_address: "{{ ipv4('upfa', 'control') }}"
Expand Down

0 comments on commit 773f900

Please sign in to comment.