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
dfd26e1c
Commit
dfd26e1c
authored
Sep 05, 2007
by
Stephen Hemminger
Committed by
Stephen Hemminger
Sep 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update kernel headers to 2.6.23-rc5
Signed-off-by:
Stephen Hemminger
<
shemminger@linux-foundation.org
>
parent
efe69c1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
22 deletions
+2
-22
include/linux/ip_mp_alg.h
include/linux/ip_mp_alg.h
+0
-22
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+2
-0
No files found.
include/linux/ip_mp_alg.h
deleted
100644 → 0
View file @
efe69c1b
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
*
* Copyright (C) 2004, 2005 Einar Lueck <elueck@de.ibm.com>
* Copyright (C) 2005 David S. Miller <davem@davemloft.net>
*/
#ifndef _LINUX_IP_MP_ALG_H
#define _LINUX_IP_MP_ALG_H
enum
ip_mp_alg
{
IP_MP_ALG_NONE
,
IP_MP_ALG_RR
,
IP_MP_ALG_DRR
,
IP_MP_ALG_RANDOM
,
IP_MP_ALG_WRANDOM
,
__IP_MP_ALG_MAX
};
#define IP_MP_ALG_MAX (__IP_MP_ALG_MAX - 1)
#endif
/* _LINUX_IP_MP_ALG_H */
include/linux/rtnetlink.h
View file @
dfd26e1c
...
...
@@ -351,6 +351,8 @@ enum
#define RTAX_INITCWND RTAX_INITCWND
RTAX_FEATURES
,
#define RTAX_FEATURES RTAX_FEATURES
RTAX_RTO_MIN
,
#define RTAX_RTO_MIN RTAX_RTO_MIN
__RTAX_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