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
199d3089
Commit
199d3089
authored
Jul 06, 2021
by
wangyongshou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
must config twice cmd, unknown reasoon
parent
10b662a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/vppe/src/vlib/unix/main.c
src/vppe/src/vlib/unix/main.c
+2
-0
No files found.
src/vppe/src/vlib/unix/main.c
View file @
199d3089
...
...
@@ -395,6 +395,7 @@ startup_config_process (vlib_main_t * vm,
strcat
(
if_cmd
,
SET_INTER_NAT44
);
strcat
(
if_cmd
,
SET_NAT44_ADDRESS
);
strcat
(
if_cmd
,
IP_ROUTE_DEFAULT
);
strcat
(
if_cmd
,
IP_ROUTE_DEFAULT
);
strcat
(
if_cmd
,
IP_ROUTE_DEFAULT
);
...
...
@@ -404,6 +405,7 @@ startup_config_process (vlib_main_t * vm,
if_info
->
if_n6
.
name
,
if_info
->
if_n6
.
gateway
,
if_info
->
if_n3
.
name
,
if_info
->
if_n6
.
name
,
if_info
->
if_n6
.
ipaddr
,
if_info
->
if_n3
.
gateway
,
32
,
if_info
->
if_n3
.
name
,
if_info
->
if_n3
.
gateway
,
32
,
if_info
->
if_n3
.
name
,
if_info
->
if_n6
.
gateway
,
32
,
if_info
->
if_n6
.
name
);
vec_resize
(
buf
,
strlen
(
cmd
));
...
...
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