From 412e341def88b0734fbac2c2f19fcecf2486ee86 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 18 Oct 2015 03:32:21 +0200 Subject: config: make on_up/down/establish/disestablish commands configurable per peer group --- src/fastd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index cc638cb..1433509 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -249,12 +249,7 @@ struct fastd_config { fastd_protocol_config_t *protocol_config; /**< The protocol-specific configuration */ fastd_shell_command_t on_pre_up; /**< The command to execute before the initialization of the tunnel interface */ - fastd_shell_command_t on_up; /**< The command to execute after the initialization of the tunnel interface */ - fastd_shell_command_t on_down; /**< The command to execute before the destruction of the tunnel interface */ fastd_shell_command_t on_post_down; /**< The command to execute after the destruction of the tunnel interface */ - fastd_shell_command_t on_connect; /**< The command to execute before a handshake is sent to establish a new connection */ - fastd_shell_command_t on_establish; /**< The command to execute when a new connection has been established */ - 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 */ -- cgit v1.2.3