summaryrefslogtreecommitdiffstats
path: root/nest/bird.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-04-23 16:01:15 +0200
committerMartin Mares <mj@ucw.cz>1998-04-23 16:01:15 +0200
commitc40e05a0dffa33a8724e56121a2b6dcdfa9183e0 (patch)
tree4c4322c6900ae4788006d72195028ac71ecb11c1 /nest/bird.h
parent481f69854a788bd2bea5c6938e038ec6e21c491b (diff)
downloadbird-c40e05a0dffa33a8724e56121a2b6dcdfa9183e0.tar
bird-c40e05a0dffa33a8724e56121a2b6dcdfa9183e0.zip
Added IP address manipulation macros, interface declarations and logging.
Diffstat (limited to 'nest/bird.h')
-rw-r--r--nest/bird.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/nest/bird.h b/nest/bird.h
index e8c3318..062e5fd 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 */