Skip to content

Commit 7a608a4

Browse files
committed
Use correct interface name for PFCP interface (N4)
louisroyer-docker/nextmn#38
1 parent d99f1ab commit 7a608a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/compose.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ services:
591591
{{ container_s(name='srv6-ctrl', image='louisroyer/dev-nextmn-srv6-ctrl', restart='always') }}
592592
environment:
593593
DEBUG: "true"
594-
N6: "{{ ipv4('srv6-ctrl', 'control') }}"
594+
N4: "{{ ipv4('srv6-ctrl', 'control') }}"
595595
HTTP_ADDRESS: "{{ ipv6('srv6-ctrl', 'control') }}"
596596
HTTP_PORT: "8080"
597597
networks:

0 commit comments

Comments
 (0)