Skip to content

Commit

Permalink
Use correct interface name for PFCP interface (N4)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jul 8, 2024
1 parent d99f1ab commit 7a608a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ services:
{{ container_s(name='srv6-ctrl', image='louisroyer/dev-nextmn-srv6-ctrl', restart='always') }}
environment:
DEBUG: "true"
N6: "{{ ipv4('srv6-ctrl', 'control') }}"
N4: "{{ ipv4('srv6-ctrl', 'control') }}"
HTTP_ADDRESS: "{{ ipv6('srv6-ctrl', 'control') }}"
HTTP_PORT: "8080"
networks:
Expand Down

0 comments on commit 7a608a4

Please sign in to comment.