leases belong to users as well. That way IPs are properly re-used.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-07-01 14:18:27 +02:00
parent a191795e5a
commit f4c5a54d39
5 changed files with 16 additions and 14 deletions

View File

@@ -150,7 +150,7 @@ __attribute__ ((format(printf, 4, 5)))
void mslog_hex(const main_server_st * s, const struct proc_st* proc,
int priority, const char *prefix, uint8_t* bin, unsigned bin_size);
int open_tun(main_server_st* s, struct lease_st** l, const char* prev_name);
int open_tun(main_server_st* s, struct proc_st* proc);
int set_tun_mtu(main_server_st* s, struct proc_st * proc, unsigned mtu);
int send_auth_reply_msg(main_server_st* s, struct proc_st* proc);