Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 25, 2024
1 parent 89dd1da commit cd4c8aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ u: build/*

u-fg: build/*
@# set containers up in foreground
@docker compose $(PROFILES) $(PROJECT_DIRECTORY) build up
@docker compose $(PROFILES) $(PROJECT_DIRECTORY) up

ctrl:
@# show control plane REST API in firefox
Expand Down
20 changes: 3 additions & 17 deletions templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ services:
provider: "NextMN-ctrl"
behavior: "H.Encaps"
POSTGRES_PASSWORD_FILE: /run/secrets/r1_db_password
POSTGRES_HOST: "nextmndb.nextmndb"
POSTGRES_HOST: "r1-db.nextmndb"
secrets:
- r1_db_password
networks:
Expand Down Expand Up @@ -512,24 +512,10 @@ services:
LOCATOR: "{{ ipv6_subnet('srgw0') }}"
GTP4_HEADEND_PREFIX: "{{ ipv4('srgw0', 'srgw0') }}/32"
HEADENDS: |-
- name: "srgw0 uplink"
- name: "srgw0 uplink (controlled)"
to: "{{ ipv4('srgw0', 'srgw0') }}/32"
provider: "NextMN"
provider: "NextMN-Ctrl"
behavior: "H.M.GTP4.D"
source-address-prefix: "{{ ipv6_prefix('end-m-gtp4-e', 'srgw0') }}"
policy:
- match:
teid: 0x01
bsid:
bsid-prefix: "{{ ipv6_prefix('end-dx4', 'r0') }}"
segments-list:
- "{{ ipv6('end', 'rr') }}"
- match:
teid: 0x03
bsid:
bsid-prefix: "{{ ipv6_prefix('end-dx4', 'r1') }}"
segments-list:
- "{{ ipv6('end', 'rr') }}"
ENDPOINTS: |-
- prefix: "{{ ipv6_prefix('end-m-gtp4-e', 'srgw0') }}"
provider: "NextMN"
Expand Down

0 comments on commit cd4c8aa

Please sign in to comment.