Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
19e83857
Commit
19e83857
authored
Mar 02, 2022
by
kharade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added default route
parent
231e3e7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
docker/Dockerfile.upf-vpp.ubuntu18
docker/Dockerfile.upf-vpp.ubuntu18
+0
-1
scripts/entrypoint.sh
scripts/entrypoint.sh
+3
-0
No files found.
docker/Dockerfile.upf-vpp.ubuntu18
deleted
120000 → 0
View file @
231e3e7b
Dockerfile.upf-vpp.ubuntu
\ No newline at end of file
scripts/entrypoint.sh
View file @
19e83857
...
...
@@ -51,6 +51,9 @@ N3_IPV4_ADDRESS_LOCAL=$(ifconfig $INTERFACE_ACCESS | grep "inet " | awk '{print
N4_IPV4_ADDRESS_LOCAL
=
$(
ifconfig
$INTERFACE_CP
|
grep
"inet "
|
awk
'{print $2}'
|
cut
-d
"."
-f1-3
)
".202"
N6_IPV4_ADDRESS_LOCAL
=
$(
ifconfig
$INTERFACE_CORE
|
grep
"inet "
|
awk
'{print $2}'
|
cut
-d
"."
-f1-3
)
".202"
N3_IPV4_ADDRESS_REMOTE
=
${
N3_IPV4_ADDRESS_REMOTE
:-
$(
ifconfig
$INTERFACE_ACCESS
|
grep
"inet "
|
awk
'{print $2}'
|
cut
-d
"."
-f1-3
)
".1"
}
N4_IPV4_ADDRESS_REMOTE
=
${
N4_IPV4_ADDRESS_REMOTE
:-
$(
ifconfig
$INTERFACE_CP
|
grep
"inet "
|
awk
'{print $2}'
|
cut
-d
"."
-f1-3
)
".1"
}
N6_IPV4_ADDRESS_REMOTE
=
${
N6_IPV4_ADDRESS_REMOTE
:-
$(
ifconfig
$INTERFACE_CORE
|
grep
"inet "
|
awk
'{print $2}'
|
cut
-d
"."
-f1-3
)
".1"
}
###############################
# UPF Config
###############################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment