chiark / gitweb /
Import release 0.1.6
[secnet.git] / netlink.h
index f1144441fb094623781435889d709c5d9f2c5a4d..3f735f2558db0e5b091bb7b0503a812ba4244af7 100644 (file)
--- a/netlink.h
+++ b/netlink.h
@@ -1,6 +1,8 @@
 #ifndef netlink_h
 #define netlink_h
 
+#include "ipaddr.h"
+
 #define DEFAULT_BUFSIZE 2048
 #define DEFAULT_MTU 1000
 #define ICMP_BUFSIZE 1024
@@ -39,7 +41,6 @@ struct netlink {
     uint32_t max_end_pad;
     struct subnet_list networks;
     struct subnet_list exclude_remote_networks;
-    uint32_t local_address; /* host interface address */
     uint32_t secnet_address; /* our own address */
     uint32_t mtu;
     struct netlink_client *clients;