From e9b472dc9e31def5c8559c6d007fdf770d99d308 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 4 Sep 2015 20:57:33 +0200 Subject: config: allow moving the 'on verify' clause into a peer group --- src/fastd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index 3531219..cc638cb 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -257,6 +257,7 @@ struct fastd_config { fastd_shell_command_t on_disestablish; /**< The command to execute when a connection has been disestablished */ #ifdef WITH_DYNAMIC_PEERS fastd_shell_command_t on_verify; /**< The command to execute to check if a connection from an unknown peer should be allowed */ + fastd_peer_group_t *on_verify_group; /**< The peer group to put dynamic peers into */ #endif #ifdef WITH_STATUS_SOCKET -- cgit v1.2.3