From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute PATCH v2 0/4] tc: pedit fixes Date: Wed, 2 Mar 2016 11:05:33 -0800 Message-ID: <20160302110533.628ecfd2@xeon-e3> References: <20160302095414.45a928df@xeon-e3> <1456944343-19058-1-git-send-email-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: To: Phil Sutter , Jamal Hadi Salim Return-path: Received: from mx0a-000f0801.pphosted.com ([67.231.144.122]:33332 "EHLO mx0a-000f0801.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752839AbcCBTF2 (ORCPT ); Wed, 2 Mar 2016 14:05:28 -0500 In-Reply-To: <1456944343-19058-1-git-send-email-phil@nwl.cc> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 2 Mar 2016 19:45:39 +0100 Phil Sutter wrote: > While implementing an implementation example for a pedit man page, I > noticed several issues with the current code. The following patch > series addreses them. Jamal wrote pedit, does he have any comments on this?