]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Update ip.8 man page to describe route table id values
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 22 Apr 2010 22:24:37 +0000 (15:24 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 22 Apr 2010 22:24:37 +0000 (15:24 -0700)
2.6 kernel allows 2^32 route tables, but documentation stated only
255 values were possible.

man/man8/ip.8

index 3efa0455cd8e503a5f732c8b1a2251be79cff067..a5d2915366d6ce9c10c0d1cbee4b7697009244c9 100644 (file)
@@ -1395,13 +1395,13 @@ 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 255 or by
-name from the file
+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
 .B /etc/iproute2/rt_tables
 By default all normal routes are inserted into the
 .B main
 table (ID 254) and the kernel only uses this table when calculating routes.
+Values (0, 253, 254, and 255) are reserved for built-in use.
 
 .sp
 Actually, one other table always exists, which is invisible but