X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=netlink.h;h=b24c6ef241837ecda08f36cbc3473d6b6fa314d5;hp=5e6ad49c218de2d22a4ab27a9fc73fe55493ba77;hb=67be07ed798122634472d467f42727f2e92a8f40;hpb=45a1170652384baf744a5e61d576af534c7b8b14 diff --git a/netlink.h b/netlink.h index 5e6ad49..b24c6ef 100644 --- a/netlink.h +++ b/netlink.h @@ -45,10 +45,10 @@ struct netlink { closure_t cl; void *dst; /* Pointer to host interface state */ cstring_t name; - int32_t max_start_pad; struct ipset *networks; /* Local networks */ struct subnet_list *subnets; /* Same as networks, for display */ struct ipset *remote_networks; /* Allowable remote networks */ + uint32_t local_address; /* host interface address */ uint32_t secnet_address; /* our own address, or the address of the other end of a point-to-point link */ bool_t ptp;