mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-12 15:57:01 +08:00
leases belong to users as well. That way IPs are properly re-used.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user