* [PATCH iproute2] man: fix documentation for range of route table ID
@ 2017-09-21 18:14 Thomas Haller
2017-09-21 18:26 ` Phil Sutter
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Haller @ 2017-09-21 18:14 UTC (permalink / raw)
To: Stephen Hemminger, netdev; +Cc: Thomas Haller
Signed-off-by: Thomas Haller <thaller@redhat.com>
---
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..9717b959 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 0 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH iproute2] man: fix documentation for range of route table ID
2017-09-21 18:14 [PATCH iproute2] man: fix documentation for range of route table ID Thomas Haller
@ 2017-09-21 18:26 ` Phil Sutter
2017-09-22 11:28 ` [PATCH iproute2 v2] " Thomas Haller
0 siblings, 1 reply; 4+ messages in thread
From: Phil Sutter @ 2017-09-21 18:26 UTC (permalink / raw)
To: Thomas Haller; +Cc: Stephen Hemminger, netdev
On Thu, Sep 21, 2017 at 08:14:11PM +0200, Thomas Haller wrote:
> Signed-off-by: Thomas Haller <thaller@redhat.com>
Fixes: 4ec1933dfddfc ("Update ip.8 man page to describe route table id values")
(So that bug is over 7 years old. :)
Cheers, Phil
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH iproute2 v2] man: fix documentation for range of route table ID
2017-09-21 18:26 ` Phil Sutter
@ 2017-09-22 11:28 ` Thomas Haller
2017-09-22 17:09 ` Stephen Hemminger
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Haller @ 2017-09-22 11:28 UTC (permalink / raw)
To: Stephen Hemminger, netdev; +Cc: Phil Sutter, Thomas Haller
Signed-off-by: Thomas Haller <thaller@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH iproute2 v2] man: fix documentation for range of route table ID
2017-09-22 11:28 ` [PATCH iproute2 v2] " Thomas Haller
@ 2017-09-22 17:09 ` Stephen Hemminger
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2017-09-22 17:09 UTC (permalink / raw)
To: Thomas Haller; +Cc: netdev, Phil Sutter
On Fri, 22 Sep 2017 13:28:54 +0200
Thomas Haller <thaller@redhat.com> wrote:
> Signed-off-by: Thomas Haller <thaller@redhat.com>
> ---
> 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
Applied
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-09-22 17:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-21 18:14 [PATCH iproute2] man: fix documentation for range of route table ID Thomas Haller
2017-09-21 18:26 ` Phil Sutter
2017-09-22 11:28 ` [PATCH iproute2 v2] " Thomas Haller
2017-09-22 17:09 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).