X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/ab62c3ed691a3a6a1ce3f027f50a942c8397b063..091433c62a7e2fdb12f60d2468c5f98b9603f429:/netlink.h 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;