From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] ip route: Print expires as signed int Date: Wed, 23 May 2018 15:30:39 -0700 Message-ID: <20180523153039.47bd1849@xeon-e3> References: <20180523185001.32686-1-dsahern@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, David Ahern To: dsahern@kernel.org Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:34258 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933083AbeEWWao (ORCPT ); Wed, 23 May 2018 18:30:44 -0400 Received: by mail-pf0-f194.google.com with SMTP id a14-v6so11190394pfi.1 for ; Wed, 23 May 2018 15:30:44 -0700 (PDT) In-Reply-To: <20180523185001.32686-1-dsahern@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 23 May 2018 11:50:01 -0700 dsahern@kernel.org wrote: > From: David Ahern > > rta_expires is a signed int; print it as one. > > Fixes: 663c3cb23103f ("iproute: implement JSON and color output") > Signed-off-by: David Ahern Applied, thanks.