IPv6 support compiles on both glibc 2.0 and 2.1.
This commit is contained in:
parent
498c33395f
commit
84f0700205
2 changed files with 3 additions and 5 deletions
4
TODO
4
TODO
|
@ -7,10 +7,6 @@ Core
|
||||||
|
|
||||||
- krt: rescan interfaces when route addition fails?
|
- krt: rescan interfaces when route addition fails?
|
||||||
|
|
||||||
- tagging of external routes?
|
|
||||||
|
|
||||||
- configure: IPv6 on glibc 2.0?
|
|
||||||
|
|
||||||
- Makefile: install target?
|
- Makefile: install target?
|
||||||
|
|
||||||
- forgetting device routes???
|
- forgetting device routes???
|
||||||
|
|
|
@ -8,8 +8,10 @@
|
||||||
|
|
||||||
#ifdef IPV6
|
#ifdef IPV6
|
||||||
|
|
||||||
#ifdef CONFIG_IPV6_GLIBC_20
|
#ifndef IPV6_UNICAST_HOPS
|
||||||
|
/* Needed on glibc 2.0 systems */
|
||||||
#include <linux/in6.h>
|
#include <linux/in6.h>
|
||||||
|
#define CONFIG_IPV6_GLIBC_20
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
|
Loading…
Reference in a new issue