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
812ba984
Commit
812ba984
authored
Apr 28, 2021
by
wangyongshou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete the ueip route by delete session
parent
5d02076a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
128 deletions
+58
-128
src/vppe/src/plugins/upf/upf_api.c
src/vppe/src/plugins/upf/upf_api.c
+57
-127
src/vppe/src/plugins/upf/upf_common.h
src/vppe/src/plugins/upf/upf_common.h
+1
-0
src/vppe/src/plugins/upf/upf_gtpu_decap.c
src/vppe/src/plugins/upf/upf_gtpu_decap.c
+0
-1
No files found.
src/vppe/src/plugins/upf/upf_api.c
View file @
812ba984
This diff is collapsed.
Click to expand it.
src/vppe/src/plugins/upf/upf_common.h
View file @
812ba984
...
...
@@ -26,5 +26,6 @@
#define UPF_PDR_MAX 32
#define UPF_FAR_MAX 32
#define MAX_EXT_NUM 10
#endif
src/vppe/src/plugins/upf/upf_gtpu_decap.c
View file @
812ba984
...
...
@@ -727,7 +727,6 @@ upf_gtpu_input (vlib_main_t * vm,
u32
error0
;
u16
hdr_len0
;
#define MAX_EXT_NUM 10
u8
cur_num
=
0
;
gtpu_ext_header_t
gtpu_ext
[
MAX_EXT_NUM
]
=
{
0
};
...
...
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