]> git.ipfire.org Git - people/arne_f/network.git/blobdiff - network
network: Magnificent changes on code.
[people/arne_f/network.git] / network
diff --git a/network b/network
index c683da69e2e64773821642c983cd8f3e4a03e080..e315b19ada70208e9a026fa16953ef6c15208051 100755 (executable)
--- a/network
+++ b/network
@@ -38,7 +38,7 @@ done
 
 # Process the given action
 case "${action}" in
-       config|device|zone|start|stop|restart|status)
+       config|port|device|zone|start|stop|restart|status)
                cli_${action} $@
                ;;