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
40b6c62c
Commit
40b6c62c
authored
Mar 10, 2006
by
shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more rtproto values
parent
7e6b809c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
ChangeLog
ChangeLog
+4
-0
etc/iproute2/rt_protos
etc/iproute2/rt_protos
+4
-0
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+1
-0
lib/rt_names.c
lib/rt_names.c
+1
-2
No files found.
ChangeLog
View file @
40b6c62c
2006-03-10 Alpt <alpt@freaknet.org>
* Add more rt_proto values
2006-03-10 Dale Sedivec <darkness@caliginous.net>
* Warn when using "handle" instead of "classid" with "tc class"
...
...
etc/iproute2/rt_protos
View file @
40b6c62c
...
...
@@ -11,6 +11,10 @@
10 mrt
11 zebra
12 bird
13 dnrouted
14 xorp
15 ntk
#
# Used by me for gated
#
...
...
include/linux/rtnetlink.h
View file @
40b6c62c
...
...
@@ -199,6 +199,7 @@ enum
#define RTPROT_BIRD 12
/* BIRD */
#define RTPROT_DNROUTED 13
/* DECnet routing daemon */
#define RTPROT_XORP 14
/* XORP */
#define RTPROT_NTK 15
/* Netsukuku */
/* rtm_scope
...
...
lib/rt_names.c
View file @
40b6c62c
...
...
@@ -71,9 +71,8 @@ static char * rtnl_rtprot_tab[256] = {
[
RTPROT_ZEBRA
]
=
"zebra"
,
[
RTPROT_BIRD
]
=
"bird"
,
[
RTPROT_DNROUTED
]
=
"dnrouted"
,
#ifdef RTPROT_XORP
[
RTPROT_XORP
]
=
"xorp"
,
#endif
[
RTPROT_NTK
]
=
"ntk"
,
};
...
...
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