Reload Subnets when getting a HUP signal and StrictSubnets is used.
This commit is contained in:
parent
d1cc637470
commit
9f53ab209d
4 changed files with 35 additions and 3 deletions
|
|
@ -139,6 +139,7 @@ extern void terminate_connection(struct connection_t *, bool);
|
|||
extern void flush_queue(struct node_t *);
|
||||
extern bool read_rsa_public_key(struct connection_t *);
|
||||
extern void send_mtu_probe(struct node_t *);
|
||||
extern void load_all_subnets();
|
||||
|
||||
#ifndef HAVE_MINGW
|
||||
#define closesocket(s) close(s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue