Re: [PATCH net-next V4] tc: flower: Refactor matching flags to be more user friendly From: Jiri Benc <hidden> Date: 2017-01-19 14:22:28 On Thu, 19 Jan 2017 16:17:48 +0200, Paul Blakey wrote:+ while (token) { + if (!strncmp(token, "no", 2)) { + no = true; + token = strchr(token, '_') + 1; This seems to still assume that "no" is followed by an underscore. What about a simple token += 2? Jiri
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help