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
206a0441
Commit
206a0441
authored
Mar 30, 2005
by
osdl.net!shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to latest from 2.6.12-rc2
(Logical change 1.181)
parent
451d3b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+16
-1
No files found.
include/linux/rtnetlink.h
View file @
206a0441
...
...
@@ -250,6 +250,7 @@ enum rtattr_type_t
RTA_FLOW
,
RTA_CACHEINFO
,
RTA_SESSION
,
RTA_MP_ALGO
,
__RTA_MAX
};
...
...
@@ -346,6 +347,7 @@ enum
#define RTAX_FEATURE_ECN 0x00000001
#define RTAX_FEATURE_SACK 0x00000002
#define RTAX_FEATURE_TIMESTAMP 0x00000004
#define RTAX_FEATURE_ALLFRAG 0x00000008
struct
rta_session
{
...
...
@@ -396,6 +398,19 @@ enum
#define IFA_MAX (__IFA_MAX - 1)
/*
* Quirk for IPv4 address deletion to allow exact deletion of equal
* addresses varying only in prefix length. A explicit exact comparison
* of the prefix length will only be done if IFA_PREFIX_EXACT_DEL is
* ORed to ifa_prefixlen.
*
* Note: This special treatment is only understood while deleting
* addresses and will lead to unexpected behaviour if used
* otherwise.
*/
#define IFA_PREFIX_EXACT_DEL 0x40
#define IFA_REAL_DEL_PREFIX(l) ((l) & 0x3f)
/* ifa_flags */
#define IFA_F_SECONDARY 0x01
...
...
@@ -446,6 +461,7 @@ enum
NDA_DST
,
NDA_LLADDR
,
NDA_CACHEINFO
,
NDA_PROBES
,
__NDA_MAX
};
...
...
@@ -699,7 +715,6 @@ enum
TCA_RATE
,
TCA_FCNT
,
TCA_STATS2
,
TCA_ACT_STATS
,
__TCA_MAX
};
...
...
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