diff options
author | Martin Mares <mj@ucw.cz> | 1998-04-23 14:01:15 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-04-23 14:01:15 +0000 |
commit | c40e05a0dffa33a8724e56121a2b6dcdfa9183e0 (patch) | |
tree | 4c4322c6900ae4788006d72195028ac71ecb11c1 /nest/bird.h | |
parent | 481f69854a788bd2bea5c6938e038ec6e21c491b (diff) |
Added IP address manipulation macros, interface declarations and logging.
Diffstat (limited to 'nest/bird.h')
-rw-r--r-- | nest/bird.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/nest/bird.h b/nest/bird.h index e8c33189..062e5fd1 100644 --- a/nest/bird.h +++ b/nest/bird.h @@ -11,12 +11,7 @@ #include <sysdep/config.h> #include <lib/birdlib.h> - -#ifndef IPV6 -#include <nest/ipv4.h> -#else -#include <nest/ipv6.h> -#endif +#include <lib/ip.h> extern u32 router_id; /* Our Router ID */ extern u16 this_as; /* Our Autonomous System Number */ |