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
3bdbfd43
Unverified
Commit
3bdbfd43
authored
Jun 14, 2017
by
Christian Brauner
Committed by
Stéphane Graber
Jul 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: add network counter
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
4f1f10bd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
conf.h
src/lxc/conf.h
+2
-0
No files found.
src/lxc/conf.h
View file @
3bdbfd43
...
@@ -118,8 +118,10 @@ union netdev_p {
...
@@ -118,8 +118,10 @@ union netdev_p {
* @ipv6 : a list of ipv6 addresses to be set on the network device
* @ipv6 : a list of ipv6 addresses to be set on the network device
* @upscript : a script filename to be executed during interface configuration
* @upscript : a script filename to be executed during interface configuration
* @downscript : a script filename to be executed during interface destruction
* @downscript : a script filename to be executed during interface destruction
* @idx : network counter
*/
*/
struct
lxc_netdev
{
struct
lxc_netdev
{
unsigned
int
idx
;
int
type
;
int
type
;
int
flags
;
int
flags
;
int
ifindex
;
int
ifindex
;
...
...
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