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
741c20b0
Commit
741c20b0
authored
Dec 17, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: update kernel headers
Current headers for net-next
parent
00a2a174
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
include/linux/if_link.h
include/linux/if_link.h
+3
-0
include/linux/in6.h
include/linux/in6.h
+1
-0
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+1
-0
include/linux/sock_diag.h
include/linux/sock_diag.h
+1
-0
No files found.
include/linux/if_link.h
View file @
741c20b0
...
...
@@ -460,6 +460,9 @@ enum {
IFLA_GENEVE_PORT
,
/* destination port */
IFLA_GENEVE_COLLECT_METADATA
,
IFLA_GENEVE_REMOTE6
,
IFLA_GENEVE_UDP_CSUM
,
IFLA_GENEVE_UDP_ZERO_CSUM6_TX
,
IFLA_GENEVE_UDP_ZERO_CSUM6_RX
,
__IFLA_GENEVE_MAX
};
#define IFLA_GENEVE_MAX (__IFLA_GENEVE_MAX - 1)
...
...
include/linux/in6.h
View file @
741c20b0
...
...
@@ -196,6 +196,7 @@ struct in6_flowlabel_req {
#define IPV6_IPSEC_POLICY 34
#define IPV6_XFRM_POLICY 35
#define IPV6_HDRINCL 36
#endif
/*
...
...
include/linux/rtnetlink.h
View file @
741c20b0
...
...
@@ -311,6 +311,7 @@ enum rtattr_type_t {
RTA_PREF
,
RTA_ENCAP_TYPE
,
RTA_ENCAP
,
RTA_EXPIRES
,
__RTA_MAX
};
...
...
include/linux/sock_diag.h
View file @
741c20b0
...
...
@@ -4,6 +4,7 @@
#include <linux/types.h>
#define SOCK_DIAG_BY_FAMILY 20
#define SOCK_DESTROY 21
struct
sock_diag_req
{
__u8
sdiag_family
;
...
...
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