chiark / gitweb /
Import release 0.1.8
[secnet.git] / netlink.h
index f3f43d5f5f3b564a108e005afe838a300b27b768..4cc80af41f6f6139babed6377d8b57ae07ae5fcc 100644 (file)
--- a/netlink.h
+++ b/netlink.h
@@ -42,7 +42,9 @@ struct netlink {
     uint32_t max_end_pad;
     struct subnet_list networks;
     struct subnet_list exclude_remote_networks;
-    uint32_t secnet_address; /* our own address */
+    uint32_t secnet_address; /* our own address, or possibly the address of
+                               the other end of a point-to-point link */
+    bool_t ptp;
     uint32_t mtu;
     struct netlink_client *clients;
     netlink_deliver_fn *deliver_to_host; /* Provided by driver */