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
7f75bde9
Unverified
Commit
7f75bde9
authored
3 years ago
by
kharade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
traffic steering based on forwarding policy
parent
72acfc6d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
703 additions
and
3 deletions
+703
-3
docker/Dockerfile.upf-vpp.ubuntu18
docker/Dockerfile.upf-vpp.ubuntu18
+1
-1
docs/BUILD_IMAGE.md
docs/BUILD_IMAGE.md
+2
-2
scripts/patches/forwarding_policy_lbo_for_flexcn.patch
scripts/patches/forwarding_policy_lbo_for_flexcn.patch
+700
-0
No files found.
docker/Dockerfile.upf-vpp.ubuntu18
View file @
7f75bde9
...
...
@@ -60,7 +60,7 @@ RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \
git clone https://github.com/travelping/upg-vpp.git && \
# For the moment let us fix a given commit
cd upg-vpp && \
git checkout -f
4d32e1721c1e9a1bd7ea861658f502a64f9b4073
&& \
git checkout -f
1f047425c5c99db44c2e599ad1dfd767d426cce8
&& \
cd .. && \
mv upg-vpp/upf/ vpp/src/plugins/ && \
mv upg-vpp/vpp-patches/* scripts/patches/ && \
...
...
This diff is collapsed.
Click to expand it.
docs/BUILD_IMAGE.md
View file @
7f75bde9
...
...
@@ -19,7 +19,7 @@ Here in our network configuration, we need to pass the "GIT PROXY" configuration
## 3.1 On a Ubuntu 18.04 Host ##
```
bash
$
docker build
--target
vpp-upg
--tag
vpp-upg:develop
\
$
docker build
--target
oai-upf-vpp
--tag
vpp-upg:develop
\
--file
docker/Dockerfile.upf-vpp.ubuntu18
\
--build-arg
NEEDED_GIT_PROXY
=
"http://proxy.eurecom.fr:8080"
.
```
...
...
@@ -27,7 +27,7 @@ $ docker build --target vpp-upg --tag vpp-upg:develop \
## 3.2 On a RHEL 7 Host ##
```
bash
$
docker build
--target
vpp-upg
--tag
vpp-upg:develop
\
$
docker build
--target
oai-upf-vpp
--tag
vpp-upg:develop
\
--file
docker/Dockerfile.upf-vpp.rhel7
\
--build-arg
NEEDED_GIT_PROXY
=
"http://proxy.eurecom.fr:8080"
.
```
This diff is collapsed.
Click to expand it.
scripts/patches/forwarding_policy_lbo_for_flexcn.patch
0 → 100644
View file @
7f75bde9
This diff is collapsed.
Click to expand it.
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