Re: [PATCH net-next] net/sched: cls_flower: Disallow duplicate internal elements
From: David Miller <davem@davemloft.net> Date: 2017-01-16 20:06:09
From: Paul Blakey <redacted>
Date: Mon, 16 Jan 2017 10:45:13 +0200
Flower currently allows having the same filter twice with the same
priority. Actions (and statistics update) will always execute on the
first inserted rule leaving the second rule unused.
This patch disallows that.
Signed-off-by: Paul Blakey <redacted>
Acked-by: Jiri Pirko <redacted>