]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/header-zone
Make zone handling nicer
[people/ms/network.git] / src / header-zone
index 1f3a6612a8393e67a643f9161d30531c20ae3cdc..f8a06d849c10850de15e8c187b83daba30e4cb73 100644 (file)
@@ -102,15 +102,15 @@ function hook_port() {
        exit ${ret}
 }
 
-function hook_port_add() {
+function hook_port_attach() {
        return ${EXIT_NOT_SUPPORTED}
 }
 
-function hook_port_edit() {
+function hook_port_detach() {
        return ${EXIT_NOT_SUPPORTED}
 }
 
-function hook_port_destroy() {
+function hook_port_edit() {
        return ${EXIT_NOT_SUPPORTED}
 }