All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ido Schimmel <idosch@nvidia.com>
To: Nikolay Aleksandrov <razor@blackwall.org>
Cc: netdev@vger.kernel.org, dsahern@gmail.com,
	stephen@networkplumber.org, mlxsw@nvidia.com
Subject: Re: [PATCH iproute2-next] bridge: mdb: Add get support
Date: Tue, 31 Oct 2023 16:37:46 +0200	[thread overview]
Message-ID: <ZUEROoKoo/hQsCSS@shredder> (raw)
In-Reply-To: <f5823dfb-4ba7-f32c-d8a3-9b8b7cdb7c5d@blackwall.org>

On Tue, Oct 31, 2023 at 04:29:58PM +0200, Nikolay Aleksandrov wrote:
> > @@ -865,6 +960,8 @@ int do_mdb(int argc, char **argv)
> >   		    matches(*argv, "lst") == 0 ||
> >   		    matches(*argv, "list") == 0)
> >   			return mdb_show(argc-1, argv+1);
> > +		if (matches(*argv, "get") == 0)
> > +			return mdb_get(argc-1, argv+1);
> 
> I can't recall if it was agreed to add only strcmp even if the rest uses
> matches()?

Yea, not sure how I missed it... Will fix in v2.

Thanks!

      reply	other threads:[~2023-10-31 14:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 15:46 [PATCH iproute2-next] bridge: mdb: Add get support Ido Schimmel
2023-10-31 14:29 ` Nikolay Aleksandrov
2023-10-31 14:37   ` Ido Schimmel [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=ZUEROoKoo/hQsCSS@shredder \
    --to=idosch@nvidia.com \
    --cc=dsahern@gmail.com \
    --cc=mlxsw@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=razor@blackwall.org \
    --cc=stephen@networkplumber.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.