Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
8cfeddab
Commit
8cfeddab
authored
Feb 10, 2014
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update kernel headers to 3.13-rc2
parent
a37c7472
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
include/linux/if_link.h
include/linux/if_link.h
+12
-9
include/linux/neighbour.h
include/linux/neighbour.h
+1
-1
No files found.
include/linux/if_link.h
View file @
8cfeddab
...
...
@@ -144,7 +144,6 @@ enum {
IFLA_NUM_RX_QUEUES
,
IFLA_CARRIER
,
IFLA_PHYS_PORT_ID
,
IFLA_SLAVE
,
__IFLA_MAX
};
...
...
@@ -239,6 +238,8 @@ enum {
IFLA_INFO_KIND
,
IFLA_INFO_DATA
,
IFLA_INFO_XSTATS
,
IFLA_INFO_SLAVE_KIND
,
IFLA_INFO_SLAVE_DATA
,
__IFLA_INFO_MAX
,
};
...
...
@@ -357,6 +358,7 @@ enum {
#define IFLA_BOND_MAX (__IFLA_BOND_MAX - 1)
enum
{
IFLA_BOND_AD_INFO_UNSPEC
,
IFLA_BOND_AD_INFO_AGGREGATOR
,
IFLA_BOND_AD_INFO_NUM_PORTS
,
IFLA_BOND_AD_INFO_ACTOR_KEY
,
...
...
@@ -368,16 +370,17 @@ enum {
#define IFLA_BOND_AD_INFO_MAX (__IFLA_BOND_AD_INFO_MAX - 1)
enum
{
IFLA_SLAVE_STATE
,
IFLA_SLAVE_MII_STATUS
,
IFLA_SLAVE_LINK_FAILURE_COUNT
,
IFLA_SLAVE_PERM_HWADDR
,
IFLA_SLAVE_QUEUE_ID
,
IFLA_SLAVE_AD_AGGREGATOR_ID
,
__IFLA_SLAVE_MAX
,
IFLA_BOND_SLAVE_UNSPEC
,
IFLA_BOND_SLAVE_STATE
,
IFLA_BOND_SLAVE_MII_STATUS
,
IFLA_BOND_SLAVE_LINK_FAILURE_COUNT
,
IFLA_BOND_SLAVE_PERM_HWADDR
,
IFLA_BOND_SLAVE_QUEUE_ID
,
IFLA_BOND_SLAVE_AD_AGGREGATOR_ID
,
__IFLA_BOND_SLAVE_MAX
,
};
#define IFLA_
SLAVE_MAX (__IFLA
_SLAVE_MAX - 1)
#define IFLA_
BOND_SLAVE_MAX (__IFLA_BOND
_SLAVE_MAX - 1)
/* SR-IOV virtual function management section */
...
...
include/linux/neighbour.h
View file @
8cfeddab
...
...
@@ -58,7 +58,7 @@ enum {
/* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
and make no address resolution or NUD.
NUD_PERMANENT
is
also cannot be deleted by garbage collectors.
NUD_PERMANENT also cannot be deleted by garbage collectors.
*/
struct
nda_cacheinfo
{
...
...
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