Skip to content
Snippets Groups Projects
Commit 06a3cf65 authored by Rohan's avatar Rohan
Browse files

vpp docker-compose fix for no-nrf and http2

parent ee57f66e
No related branches found
No related tags found
1 merge request!57Release v1.4.0
......@@ -255,7 +255,7 @@ services:
- MNC03=95
- MCC=208
- REALM=3gppnetwork.org
- NETWORK_UE_IP=12.2.1.0/24
- NETWORK_UE_IP=12.1.1.0/24
- N6_IPV4_ADDRESS_REMOTE=192.168.73.135 # EXT-DN (NAT Gateway) IP Address
- VPP_MAIN_CORE=0
- VPP_CORE_WORKER=1
......@@ -289,7 +289,7 @@ services:
container_name: "oai-ext-dn"
entrypoint: /bin/bash -c \
"iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE;"\
"ip route add 12.2.1.0/24 via 192.168.73.202 dev eth0; sleep infinity"
"ip route add 12.1.1.0/24 via 192.168.73.202 dev eth0; sleep infinity"
command: ["/bin/bash", "-c", "trap : TERM INT; sleep infinity & wait"]
depends_on:
- vpp-upf
......
......@@ -285,7 +285,7 @@ services:
- MNC03=95
- MCC=208
- REALM=3gppnetwork.org
- NETWORK_UE_IP=12.2.1.0/24
- NETWORK_UE_IP=12.1.1.0/24
- N6_IPV4_ADDRESS_REMOTE=192.168.73.135 # EXT-DN (NAT Gateway) IP Address
- VPP_MAIN_CORE=0
- VPP_CORE_WORKER=1
......@@ -350,4 +350,4 @@ networks:
config:
- subnet: 192.168.73.0/24
driver_opts:
com.docker.network.bridge.name: "cn5g-core"
com.docker.network.bridge.name: "cn5g-core"
......@@ -277,7 +277,7 @@ services:
- MNC03=95
- MCC=208
- REALM=3gppnetwork.org
- NETWORK_UE_IP=12.2.1.0/24
- NETWORK_UE_IP=12.1.1.0/24
- N6_IPV4_ADDRESS_REMOTE=192.168.73.135 # EXT-DN (NAT Gateway) IP Address
- VPP_MAIN_CORE=0
- VPP_CORE_WORKER=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment