[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160629171141.62b44c1f@xeon-e3>
Date: Wed, 29 Jun 2016 17:11:41 -0700
From: Stephen Hemminger <shemming@...cade.com>
To: Phil Sutter <phil@....cc>
CC: <netdev@...r.kernel.org>
Subject: Re: [iproute PATCH 1/2] ip-address: Support filtering by slave
type, too
On Tue, 28 Jun 2016 15:07:16 +0200
Phil Sutter <phil@....cc> wrote:
> +static int match_link_kind(struct rtattr **tb, char *kind, bool slave)
const char *kind ??
> +{
> + if (!tb[IFLA_LINKINFO])
> + return -1;
> +
> + return strcmp(parse_link_kind(tb[IFLA_LINKINFO], slave), kind);
> +}
> +
Powered by blists - more mailing lists