Re: [iproute2 PATCH v2 1/1] tc simple action update and breakage

2016-05-23 Thread Jamal Hadi Salim
On 16-05-23 06:39 PM, Daniel Borkmann wrote: m_simple.c: In function ‘parse_simple’: m_simple.c:154:6: warning: too many arguments for format [-Wformat-extra-args] *argv); ^ m_simple.c:103:14: warning: unused variable ‘maybe_bind’ [-Wunused-variable] int ok = 0, maybe_bind = 0;

Re: [iproute2 PATCH v2 1/1] tc simple action update and breakage

2016-05-23 Thread Daniel Borkmann
On 05/08/2016 05:02 PM, Jamal Hadi Salim wrote: From: Jamal Hadi Salim Brings it closer to more serious actions (adding branching and allowing for late binding) Unfortunately this breaks old syntax of the simple action. But because simple is a pedagogical example unlikely to be used in product

[iproute2 PATCH v2 1/1] tc simple action update and breakage

2016-05-08 Thread Jamal Hadi Salim
From: Jamal Hadi Salim Brings it closer to more serious actions (adding branching and allowing for late binding) Unfortunately this breaks old syntax of the simple action. But because simple is a pedagogical example unlikely to be used in production environments (i.e its role is to serve as an e