Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
4a037d61
Unverified
Commit
4a037d61
authored
Feb 26, 2021
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: fix grammar
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
9dffc40e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
network.c
src/lxc/network.c
+4
-4
No files found.
src/lxc/network.c
View file @
4a037d61
...
@@ -839,7 +839,7 @@ static int netdev_configure_server_macvlan(struct lxc_handler *handler, struct l
...
@@ -839,7 +839,7 @@ static int netdev_configure_server_macvlan(struct lxc_handler *handler, struct l
goto
on_error
;
goto
on_error
;
}
}
DEBUG
(
"Instantiated macvlan
\"
%s
\"
with ifindex
is
%d and mode %d"
,
DEBUG
(
"Instantiated macvlan
\"
%s
\"
with ifindex %d and mode %d"
,
peer
,
netdev
->
ifindex
,
netdev
->
priv
.
macvlan_attr
.
mode
);
peer
,
netdev
->
ifindex
,
netdev
->
priv
.
macvlan_attr
.
mode
);
return
0
;
return
0
;
...
@@ -987,7 +987,7 @@ static int netdev_configure_server_ipvlan(struct lxc_handler *handler, struct lx
...
@@ -987,7 +987,7 @@ static int netdev_configure_server_ipvlan(struct lxc_handler *handler, struct lx
goto
on_error
;
goto
on_error
;
}
}
DEBUG
(
"Instantiated ipvlan
\"
%s
\"
with ifindex
is
%d and mode %d"
,
peer
,
DEBUG
(
"Instantiated ipvlan
\"
%s
\"
with ifindex %d and mode %d"
,
peer
,
netdev
->
ifindex
,
netdev
->
priv
.
macvlan_attr
.
mode
);
netdev
->
ifindex
,
netdev
->
priv
.
macvlan_attr
.
mode
);
return
0
;
return
0
;
...
@@ -1061,7 +1061,7 @@ static int netdev_configure_server_vlan(struct lxc_handler *handler, struct lxc_
...
@@ -1061,7 +1061,7 @@ static int netdev_configure_server_vlan(struct lxc_handler *handler, struct lxc_
}
}
}
}
DEBUG
(
"Instantiated vlan
\"
%s
\"
with ifindex
is
\"
%d
\"
"
,
peer
,
DEBUG
(
"Instantiated vlan
\"
%s
\"
with ifindex
\"
%d
\"
"
,
peer
,
netdev
->
ifindex
);
netdev
->
ifindex
);
return
0
;
return
0
;
...
@@ -1135,7 +1135,7 @@ static int netdev_configure_server_phys(struct lxc_handler *handler, struct lxc_
...
@@ -1135,7 +1135,7 @@ static int netdev_configure_server_phys(struct lxc_handler *handler, struct lxc_
return
-
1
;
return
-
1
;
}
}
DEBUG
(
"Instantiated phys
\"
%s
\"
with ifindex
is
\"
%d
\"
"
,
netdev
->
link
,
DEBUG
(
"Instantiated phys
\"
%s
\"
with ifindex
\"
%d
\"
"
,
netdev
->
link
,
netdev
->
ifindex
);
netdev
->
ifindex
);
return
0
;
return
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