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
61333d24
Commit
61333d24
authored
Mar 15, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update headers files for net-next
Use sanitized headers from 4.0.0-rc3
parent
51cf3675
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
include/linux/if_addr.h
include/linux/if_addr.h
+1
-0
include/linux/if_link.h
include/linux/if_link.h
+1
-0
include/linux/pkt_cls.h
include/linux/pkt_cls.h
+2
-0
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+12
-0
No files found.
include/linux/if_addr.h
View file @
61333d24
...
...
@@ -50,6 +50,7 @@ enum {
#define IFA_F_PERMANENT 0x80
#define IFA_F_MANAGETEMPADDR 0x100
#define IFA_F_NOPREFIXROUTE 0x200
#define IFA_F_MCAUTOJOIN 0x400
struct
ifa_cacheinfo
{
__u32
ifa_prefered
;
...
...
include/linux/if_link.h
View file @
61333d24
...
...
@@ -245,6 +245,7 @@ enum {
IFLA_BRPORT_UNICAST_FLOOD
,
/* flood unicast traffic */
IFLA_BRPORT_PROXYARP
,
/* proxy ARP */
IFLA_BRPORT_LEARNING_SYNC
,
/* mac learning sync from device */
IFLA_BRPORT_PROXYARP_WIFI
,
/* proxy ARP for Wi-Fi */
__IFLA_BRPORT_MAX
};
#define IFLA_BRPORT_MAX (__IFLA_BRPORT_MAX - 1)
...
...
include/linux/pkt_cls.h
View file @
61333d24
...
...
@@ -397,6 +397,8 @@ enum {
TCA_BPF_CLASSID
,
TCA_BPF_OPS_LEN
,
TCA_BPF_OPS
,
TCA_BPF_FD
,
TCA_BPF_NAME
,
__TCA_BPF_MAX
,
};
...
...
include/linux/rtnetlink.h
View file @
61333d24
...
...
@@ -303,6 +303,9 @@ enum rtattr_type_t {
RTA_TABLE
,
RTA_MARK
,
RTA_MFC_STATS
,
RTA_VIA
,
RTA_NEWDST
,
RTA_PREF
,
__RTA_MAX
};
...
...
@@ -332,6 +335,7 @@ struct rtnexthop {
#define RTNH_F_DEAD 1
/* Nexthop is dead (used by multipath) */
#define RTNH_F_PERVASIVE 2
/* Do recursive gateway lookup */
#define RTNH_F_ONLINK 4
/* Gateway is forced on link */
#define RTNH_F_EXTERNAL 8
/* Route installed externally */
/* Macros to handle hexthops */
...
...
@@ -344,6 +348,12 @@ struct rtnexthop {
#define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
#define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
/* RTA_VIA */
struct
rtvia
{
__kernel_sa_family_t
rtvia_family
;
__u8
rtvia_addr
[
0
];
};
/* RTM_CACHEINFO */
struct
rta_cacheinfo
{
...
...
@@ -621,6 +631,8 @@ enum rtnetlink_groups {
#define RTNLGRP_IPV6_NETCONF RTNLGRP_IPV6_NETCONF
RTNLGRP_MDB
,
#define RTNLGRP_MDB RTNLGRP_MDB
RTNLGRP_MPLS_ROUTE
,
#define RTNLGRP_MPLS_ROUTE RTNLGRP_MPLS_ROUTE
__RTNLGRP_MAX
};
#define RTNLGRP_MAX (__RTNLGRP_MAX - 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