From f4f718962223898dcbd4a63df74ec8c7d4f938e4 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 4 Mar 2008 23:41:58 +0000 Subject: [PATCH] - Added "reload " git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@662 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- common/protocol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/protocol.py b/common/protocol.py index 623437bc..fa9f8b54 100644 --- a/common/protocol.py +++ b/common/protocol.py @@ -33,6 +33,7 @@ protocol = [ ['', "BASIC", ""], ["start", "starts the server and the jails"], ["reload", "reloads the configuration"], +["reload ", "reloads the jail "], ["stop", "stops all jails and terminate the server"], ["status", "gets the current status of the server"], ["ping", "tests if the server is alive"],