X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=netlink.h;h=b24c6ef241837ecda08f36cbc3473d6b6fa314d5;hb=7d31df0e8ab53aec525ae75b04f84f0e0dc8e859;hp=a7bc9afd31b70aa09ae5e8be00920992ab4ab4d0;hpb=efacf9e0049ac05c817a88158d0cce5ea9d81b09;p=secnet.git diff --git a/netlink.h b/netlink.h index a7bc9af..b24c6ef 100644 --- a/netlink.h +++ b/netlink.h @@ -45,11 +45,10 @@ struct netlink { closure_t cl; void *dst; /* Pointer to host interface state */ cstring_t name; - int32_t max_start_pad; - int32_t max_end_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;