Re: [PATCH iproute2 1/1] tc: distinguish Add/Replace action operations.

2017-01-29 Thread Stephen Hemminger
On Sun, 22 Jan 2017 08:55:33 -0500 Roman Mashak wrote: > Signed-off-by: Roman Mashak > Signed-off-by: Jamal Hadi Salim > --- > tc/m_action.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) Applied, thanks

Re: [PATCH iproute2 1/1] tc: distinguish Add/Replace action operations.

2017-01-27 Thread Phil Sutter
On Sun, Jan 22, 2017 at 08:55:33AM -0500, Roman Mashak wrote: > Signed-off-by: Roman Mashak > Signed-off-by: Jamal Hadi Salim Acked-by: Phil Sutter

[PATCH iproute2 1/1] tc: distinguish Add/Replace action operations.

2017-01-22 Thread Roman Mashak
Signed-off-by: Roman Mashak Signed-off-by: Jamal Hadi Salim --- tc/m_action.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tc/m_action.c b/tc/m_action.c index bb19df8..05ef07e 100644 --- a/tc/m_action.c +++