mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
IPv6 support compiles on both glibc 2.0 and 2.1.
This commit is contained in:
parent
498c33395f
commit
84f0700205
4
TODO
4
TODO
@ -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???
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user