Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
891cec85
Commit
891cec85
authored
May 07, 2000
by
Martin Mareš
Browse files
Killed one more reference to RTS_RIP_EXT.
parent
acfce55c
Changes
1
Hide whitespace changes
Inline
Side-by-side
nest/rt-attr.c
View file @
891cec85
...
...
@@ -568,8 +568,7 @@ void
rta_show
(
struct
cli
*
c
,
rta
*
a
,
ea_list
*
eal
)
{
static
char
*
src_names
[]
=
{
"dummy"
,
"static"
,
"inherit"
,
"device"
,
"static-device"
,
"redirect"
,
"RIP"
,
"RIP-ext"
,
"OSPF"
,
"OSPF-ext"
,
"OSPF-IA"
,
"OSPF-boundary"
,
"BGP"
};
"RIP"
,
"OSPF"
,
"OSPF-ext"
,
"OSPF-IA"
,
"OSPF-boundary"
,
"BGP"
};
static
char
*
cast_names
[]
=
{
"unicast"
,
"broadcast"
,
"multicast"
,
"anycast"
};
int
i
;
byte
buf
[
EA_FORMAT_BUF_SIZE
];
...
...
Write
Preview
Supports
Markdown
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