[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190424134906.14311678@hermes.lan>
Date: Wed, 24 Apr 2019 13:49:06 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2-next] tc: add support for plug qdisc
On Wed, 24 Apr 2019 18:29:39 +0200
Paolo Abeni <pabeni@...hat.com> wrote:
> +static int plug_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
> +{
> + /* dummy implementation as sch_plug does not implement a dump op */
> + return 0;
> +}
> +
All qdisc must dump their state in same form as the parse option.
Powered by blists - more mailing lists