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
84f07002
Commit
84f07002
authored
May 06, 2000
by
Martin Mareš
Browse files
IPv6 support compiles on both glibc 2.0 and 2.1.
parent
498c3339
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
84f07002
...
...
@@ -7,10 +7,6 @@ Core
- krt: rescan interfaces when route addition fails?
- tagging of external routes?
- configure: IPv6 on glibc 2.0?
- Makefile: install target?
- forgetting device routes???
...
...
sysdep/linux/sysio.h
View file @
84f07002
...
...
@@ -8,8 +8,10 @@
#ifdef IPV6
#ifdef CONFIG_IPV6_GLIBC_20
#ifndef IPV6_UNICAST_HOPS
/* Needed on glibc 2.0 systems */
#include <linux/in6.h>
#define CONFIG_IPV6_GLIBC_20
#endif
static
inline
void
...
...
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