X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=netlink.h;h=b24c6ef241837ecda08f36cbc3473d6b6fa314d5;hp=7c427161eae531e5d26238dd97f5544a0b4c8b0f;hb=6b30affc1ec14bf38a73994e8fdd39f26b5bccb3;hpb=3abd18e85781e00e2b7fc641f29c99e130238abf diff --git a/netlink.h b/netlink.h index 7c42716..b24c6ef 100644 --- a/netlink.h +++ b/netlink.h @@ -48,6 +48,7 @@ struct netlink { 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;