From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Haller Subject: [PATCH iproute2 v2] man: fix documentation for range of route table ID Date: Fri, 22 Sep 2017 13:28:54 +0200 Message-ID: <20170922112854.21289-1-thaller@redhat.com> References: <20170921182647.GB30364@orbyte.nwl.cc> Cc: Phil Sutter , Thomas Haller To: Stephen Hemminger , netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45546 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751928AbdIVL3D (ORCPT ); Fri, 22 Sep 2017 07:29:03 -0400 In-Reply-To: <20170921182647.GB30364@orbyte.nwl.cc> Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Thomas Haller --- Changes in v2: - "0" is not a valid table ID. man/man8/ip-route.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in index 803de3b9..705ceb20 100644 --- a/man/man8/ip-route.8.in +++ b/man/man8/ip-route.8.in @@ -322,7 +322,7 @@ normal routing tables. .P .B Route tables: Linux-2.x can pack routes into several routing tables identified -by a number in the range from 1 to 2^31 or by name from the file +by a number in the range from 1 to 2^32-1 or by name from the file .B @SYSCONFDIR@/rt_tables By default all normal routes are inserted into the .B main -- 2.13.5