Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
linux
Commits
2b2680b0
Commit
2b2680b0
authored
May 06, 2003
by
Randy Dunlap
Committed by
David S. Miller
May 06, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Spelling/typo fixes in rtnetlink.h
parent
0586d8a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+6
-6
No files found.
include/linux/rtnetlink.h
View file @
2b2680b0
...
...
@@ -78,7 +78,7 @@ struct rtattr
/******************************************************************************
* Definitions used in routing table administation.
* Definitions used in routing table administ
r
ation.
****/
struct
rtmsg
...
...
@@ -129,14 +129,14 @@ enum
#define RTPROT_STATIC 4
/* Route installed by administrator */
/* Values of protocol >= RTPROT_STATIC are not interpreted by kernel;
they just passed from user and back as is.
they
are
just passed from user and back as is.
It will be used by hypothetical multiple routing daemons.
Note that protocol values should be standardized in order to
avoid conflicts.
*/
#define RTPROT_GATED 8
/* Apparently, GateD */
#define RTPROT_RA 9
/* RDISC/ND router advertisments */
#define RTPROT_RA 9
/* RDISC/ND router advertis
e
ments */
#define RTPROT_MRT 10
/* Merit MRT */
#define RTPROT_ZEBRA 11
/* Zebra */
#define RTPROT_BIRD 12
/* BIRD */
...
...
@@ -210,8 +210,8 @@ enum rtattr_type_t
/* RTM_MULTIPATH --- array of struct rtnexthop.
*
* "struct rtnexthop" describ
r
es all necessary nexthop information,
* i.e. parameters of path to a destination via this nextop.
* "struct rtnexthop" describes all necessary nexthop information,
* i.e. parameters of path to a destination via this next
h
op.
*
* At the moment it is impossible to set different prefsrc, mtu, window
* and rtt for different paths from multipath.
...
...
@@ -485,7 +485,7 @@ enum
Comments:
- Combination IFF_BROADCAST|IFF_POINTOPOINT is invalid
- If neiher of these three flags are set;
- If nei
t
her of these three flags are set;
the interface is NBMA.
- IFF_MULTICAST does not mean anything special:
...
...
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