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
75d67d35
Commit
75d67d35
authored
Aug 23, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update kernel headers to 4.2-net-next
parent
dfc3d015
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
15 deletions
+9
-15
include/linux/if_link.h
include/linux/if_link.h
+9
-0
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+0
-15
No files found.
include/linux/if_link.h
View file @
75d67d35
...
...
@@ -339,6 +339,15 @@ enum macvlan_macaddr_mode {
#define MACVLAN_FLAG_NOPROMISC 1
/* VRF section */
enum
{
IFLA_VRF_UNSPEC
,
IFLA_VRF_TABLE
,
__IFLA_VRF_MAX
};
#define IFLA_VRF_MAX (__IFLA_VRF_MAX - 1)
/* IPVLAN section */
enum
{
IFLA_IPVLAN_UNSPEC
,
...
...
include/linux/rtnetlink.h
View file @
75d67d35
...
...
@@ -286,21 +286,6 @@ enum rt_class_t {
/* Routing message attributes */
enum
ip_tunnel_t
{
IP_TUN_UNSPEC
,
IP_TUN_ID
,
IP_TUN_DST
,
IP_TUN_SRC
,
IP_TUN_TTL
,
IP_TUN_TOS
,
IP_TUN_SPORT
,
IP_TUN_DPORT
,
IP_TUN_FLAGS
,
__IP_TUN_MAX
,
};
#define IP_TUN_MAX (__IP_TUN_MAX - 1)
enum
rtattr_type_t
{
RTA_UNSPEC
,
RTA_DST
,
...
...
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