From 09be0884d61c28dfb9b4e3ff10e9b41d9d31857f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 27 Dec 2014 13:56:47 +0000 Subject: [PATCH 1/1] Add missing zone hook command "port_create" --- src/functions/functions.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.hook b/src/functions/functions.hook index 4accfc97..a48a86d4 100644 --- a/src/functions/functions.hook +++ b/src/functions/functions.hook @@ -248,7 +248,7 @@ function hook_valid_command_zone() { ;; # Ports - port_add|port_edit|port_remove|port_show|port_status|port_up|port_down) + port_add|port_edit|port_create|port_remove|port_show|port_status|port_up|port_down) return ${EXIT_TRUE} ;; -- 2.39.2