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
8c58d403
Commit
8c58d403
authored
Feb 05, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update kernel headers based on net-next 3.21
Pull in headers from later tree
parent
668dfab2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
include/linux/if_link.h
include/linux/if_link.h
+4
-0
include/linux/neighbour.h
include/linux/neighbour.h
+1
-0
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+5
-0
No files found.
include/linux/if_link.h
View file @
8c58d403
...
...
@@ -146,6 +146,7 @@ enum {
IFLA_PHYS_PORT_ID
,
IFLA_CARRIER_CHANGES
,
IFLA_PHYS_SWITCH_ID
,
IFLA_LINK_NETNSID
,
__IFLA_MAX
};
...
...
@@ -368,6 +369,9 @@ enum {
IFLA_VXLAN_UDP_CSUM
,
IFLA_VXLAN_UDP_ZERO_CSUM6_TX
,
IFLA_VXLAN_UDP_ZERO_CSUM6_RX
,
IFLA_VXLAN_REMCSUM_TX
,
IFLA_VXLAN_REMCSUM_RX
,
IFLA_VXLAN_GBP
,
__IFLA_VXLAN_MAX
};
#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)
...
...
include/linux/neighbour.h
View file @
8c58d403
...
...
@@ -25,6 +25,7 @@ enum {
NDA_VNI
,
NDA_IFINDEX
,
NDA_MASTER
,
NDA_LINK_NETNSID
,
__NDA_MAX
};
...
...
include/linux/rtnetlink.h
View file @
8c58d403
...
...
@@ -132,6 +132,11 @@ enum {
RTM_GETMDB
=
86
,
#define RTM_GETMDB RTM_GETMDB
RTM_NEWNSID
=
88
,
#define RTM_NEWNSID RTM_NEWNSID
RTM_GETNSID
=
90
,
#define RTM_GETNSID RTM_GETNSID
__RTM_MAX
,
#define RTM_MAX (((__RTM_MAX + 3) & ~3) - 1)
};
...
...
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