From: Michael Tremer Date: Sat, 27 Dec 2014 13:56:47 +0000 (+0000) Subject: Add missing zone hook command "port_create" X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fnetwork.git;a=commitdiff_plain;h=09be0884d61c28dfb9b4e3ff10e9b41d9d31857f Add missing zone hook command "port_create" --- 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} ;;