From: Jonatan Schlag Date: Mon, 19 Jun 2017 19:20:49 +0000 (+0200) Subject: network: add description commands X-Git-Tag: 009~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba348e4bb5cf530bd7a494f45e0a0d1af6273c58;p=network.git network: add description commands Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/src/network b/src/network index ea7f7d66..e2c9db30 100644 --- a/src/network +++ b/src/network @@ -521,6 +521,9 @@ cli_port() { color) color_cli "port" "${port}" $@ ;; + description) + description_cli "port" "${port}" $@ + ;; *) error "Unrecognized argument: ${action}" exit ${EXIT_ERROR} @@ -582,6 +585,9 @@ cli_zone() { color) color_cli "zone" "${zone}" $@ ;; + description) + description_cli "zone" ${zone} $@ + ;; *) error "Unrecognized argument: ${action}" cli_show_man network-zone