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
fb71b23e
Commit
fb71b23e
authored
Mar 29, 1999
by
Martin Mareš
Browse files
Remember that we can run device syncer without kernel syncer
and vice versa now.
parent
78d5ec15
Changes
2
Hide whitespace changes
Inline
Side-by-side
sysdep/linux/netlink/krt-iface.h
View file @
fb71b23e
...
...
@@ -20,7 +20,6 @@ struct krt_if_status {
};
static
inline
void
krt_if_preconfig
(
struct
kif_config
*
c
)
{
};
static
inline
void
krt_if_start
(
struct
kif_proto
*
p
)
{
};
static
inline
void
krt_if_shutdown
(
struct
kif_proto
*
p
)
{
};
static
inline
void
krt_if_io_init
(
void
)
{
};
...
...
sysdep/linux/netlink/netlink.c
View file @
fb71b23e
...
...
@@ -805,3 +805,9 @@ void
krt_scan_shutdown
(
struct
krt_proto
*
p
)
{
}
void
krt_if_start
(
struct
kif_proto
*
p
)
{
nl_open
();
}
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