Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh Completion - Bug report
- X-seq: zsh-workers 39077
- From: Stefano Balzan <stefano.balzan@xxxxxxxxx>
- To: zsh-workers@xxxxxxx, Stefano Balzan <stefano.balzan@xxxxxxxxx>
- Subject: Re: Zsh Completion - Bug report
- Date: Fri, 19 Aug 2016 20:03:50 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=5TIi6bTDNys81b5/RFSN4oXwW+ffLcC7bqyqCpSvI6s=; b=cfDSrJxtT/wQ8KLBXuT1bzz0Nfw6DxVMKu5Nh/+iTNW/hM1ZRnxAyv1cvGnfUiZkVJ /Vtzf+vXfKa0VyBSisH6+4ReSeBWHDKv92huV4dMcYFXDnKSk8LR6geGrrON4v+lF3gr s4gNvnNqpmqUd1+uMwjycI9wR0W3+qCCEhmGS3sJ6H5aHp7nkfY58hKMOBOrrQv+dVeZ 0W8gGZfco+rTmAhyfzytMbLOUzkVFBtWx8CoRLv9EP+K5+3CbgOblIbLuFedHNog6a2Q F+IMIayTYOZEXm6LImYlygRgMyxcEKl78pQhIW9Qjr1XgMci3WfU5QqTqWa+T7CYViIY Yc9Q==
- In-reply-to: <20160819172605.GG3597@sym.noone.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAEimH9D2Nu1b7s2EHWkBM1EAtJyREHMMjcFod_1OCXsJD=ke6g@mail.gmail.com> <20160819155829.GA3389@fujitsu.shahaf.local2> <20160819172605.GG3597@sym.noone.org>
Thank you, I think your fix should do, pay attention to the typo Axel
pointed out though.
I'm no expert of the 'ip' command, anyway this is how I would add an arp
entry:
"ip neigh add 192.168.1.1 lladdr 12:34:56:78:ab:cd [other parameters]"
Probably the lladdr keyword (link layer address) should be suggested at
argv[4], but I'm not completely sure.
regards,
Stefano
2016-08-19 19:26 GMT+02:00 Axel Beckert <abe@xxxxxxxxxxxxxxx>:
> Hi Daniel,
>
> On Fri, Aug 19, 2016 at 03:58:29PM +0000, Daniel Shahaf wrote:
> > Stefano Balzan wrote on Fri, Aug 19, 2016 at 12:10:02 +0200:
> > > Zsh completion sugguests using 'lladr' instead of 'lladdr' resulting
> in the
> > > following error:
> [...]
> > - 'l*ladr:specify link layer (MAC) address or null:$subcmd_lladdr' \
> > + 'l*ladrr:specify link layer (MAC) address or null:$subcmd_lladdr' \
> ^
>
> There's a typo in your typo fix. Should be:
>
> - 'l*ladr:specify link layer (MAC) address or null:$subcmd_lladdr' \
> + 'l*laddr:specify link layer (MAC) address or null:$subcmd_lladdr' \
>
> Kind regards, Axel
> --
> /~\ Plain Text Ribbon Campaign | Axel Beckert
> \ / Say No to HTML in E-Mail and News | abe@xxxxxxxxxxxxxxx
> (Mail)
> X See http://www.nonhtmlmail.org/campaign.html | abe@xxxxxxxxx
> (Mail+Jabber)
> / \ I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/
> (Web)
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author