[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160627141304.2178a549@xeon-e3>
Date: Mon, 27 Jun 2016 14:13:04 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: David Ahern <dsa@...ulusnetworks.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH v2 iproute2 3/3] ss: Add support to filter on device
On Mon, 27 Jun 2016 11:34:25 -0700
David Ahern <dsa@...ulusnetworks.com> wrote:
> + case SSF_DEVCOND:
> + {
> + struct aafilter *a = (void *)f->pred;
I don't like the wandering bracket left, but all the code has that.
After this will change it to:
case SSF_DEVCOND: {
struct aafilter *a = f->pred;
...
Powered by blists - more mailing lists