From: Michael Tremer <michael.tremer@ipfire.org>
To: network@lists.ipfire.org
Subject: Re: [PATCH 1/5] zone: fix zone_config()
Date: Mon, 17 Jul 2017 16:20:42 -0400 [thread overview]
Message-ID: <1500322842.2548.7.camel@ipfire.org> (raw)
In-Reply-To: <1500305066-12510-1-git-send-email-jonatan.schlag@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]
Hi,
I merged this patchset, but there is a few comments left.
Maybe you can have a look at them and if you think it suits, please
send some patches to get rid of any problems.
-Michael
On Mon, 2017-07-17 at 17:24 +0200, Jonatan Schlag wrote:
> Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
> ---
> src/functions/functions.zone | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/functions/functions.zone
> b/src/functions/functions.zone
> index acf68f5..11a8dc2 100644
> --- a/src/functions/functions.zone
> +++ b/src/functions/functions.zone
> @@ -565,9 +565,9 @@ zone_config() {
> # TODO This could be also a valid hid
> local id=${cmd}
>
> - if zone_config_id_is valid ${zone} ${id} &&
> [[ ${1} == "edit" ]]; then
> + if zone_config_id_is_valid ${zone} ${id} &&
> [[ ${1} == "edit" ]]; then
> shift 1
> - zone_config_edit "${zone}"
> "${id}""$@"
> + zone_config_edit "${zone}" "${id}"
> "$@"
> else
> error "Unrecognized argument:
> ${cmd}"
> cli_usage root-zone-config-
> subcommands
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2017-07-17 20:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-17 15:24 Jonatan Schlag
2017-07-17 15:24 ` [PATCH 2/5] header-zone fix hook_config_edit() Jonatan Schlag
2017-07-17 20:21 ` Michael Tremer
2017-07-17 15:24 ` [PATCH 3/5] dhcp: check the config indide the hook_parse_cmdline() function Jonatan Schlag
2017-07-17 15:24 ` [PATCH 4/5] config: add new functions Jonatan Schlag
2017-07-17 20:22 ` Michael Tremer
2017-07-17 20:23 ` Michael Tremer
2017-07-17 15:24 ` [PATCH 5/5] header-config: add generic hook_edit function Jonatan Schlag
2017-07-17 20:20 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1500322842.2548.7.camel@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=network@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox