Reload Subnets when getting a HUP signal and StrictSubnets is used.

This commit is contained in:
Guus Sliepen 2010-04-11 00:50:42 +02:00
parent d1cc637470
commit 9f53ab209d
4 changed files with 35 additions and 3 deletions

View file

@ -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)