From: Michael Tremer Date: Thu, 3 Jun 2010 22:38:39 +0000 (+0200) Subject: network: Add restart command. X-Git-Tag: 001~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496780b3ebe100df4372b243006a08aed53f9681;p=network.git network: Add restart command. --- diff --git a/network b/network index 0a2cfdaa..e586da7b 100755 --- a/network +++ b/network @@ -58,6 +58,11 @@ case "${action}" in cli_stop $@ ;; + restart) + cli_stop $@ + cli_start $@ + ;; + show) cli_show $@ ;;